TriPSs/nestjs-query

Add support for `FULLTEXT` indexes

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Searching through FULLTEXT indexes are a lot faster than for example LIKE.

Have you read the Contributing Guidelines?

(Write your answer here.)

Describe the solution you'd like
Options:

  • Check if it has a FULLTEXT index and than dynamiclty update the query to use that (not sure with which comparisons)
  • Add new comparison match that will use the FULLTEXT index

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.