TriPSs / nestjs-query

Easy CRUD for GraphQL.
https://tripss.github.io/nestjs-query/
MIT License
164 stars 46 forks source link

Add Fuzzy Search Support using fuse.js #210

Closed abdelrahman-essawy closed 10 months ago

abdelrahman-essawy commented 11 months ago

Have you read the Contributing Guidelines?

yes

Describe the solution you'd like Integrate fuse.js for fuzzy search, allowing users to find results even with typos or variations in search terms.

Describe alternatives you've considered Considering fuse.js as a decent library for fuzzy search.

TriPSs commented 10 months ago

Search is handled by the docusaurus algolia plugin.