nestjs-query
nestjs-query copied to clipboard
Add support for `FULLTEXT` indexes
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
FULLTEXTindex and than dynamiclty update the query to use that (not sure with which comparisons) - Add new comparison
matchthat will use theFULLTEXTindex
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.