Replies: 1 comment
-
I did think about it (created this ticket for it back then), just did not have the time/prio to work on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have you thought about implementing full text search (at least for postgres)?
https://www.postgresql.org/docs/current/textsearch-intro.html#TEXTSEARCH-INTRO
I've looked a bit at the code, everything seems to happen in
packages/query-typeorm/src/query/filter-query.builder.ts
/packages/query-typeorm/src/query/where.builder.ts
. I guess we could start simple and extend theSQLComparisonBuilder
to add the@@
operator.Beta Was this translation helpful? Give feedback.
All reactions