nestjs-query icon indicating copy to clipboard operation
nestjs-query copied to clipboard

Add support for `FULLTEXT` indexes

Open TriPSs opened this issue 1 year ago • 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.

TriPSs avatar Feb 19 '24 21:02 TriPSs