krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.89k stars 759 forks source link

Filter out stop words like 'and' etc. #494

Closed radhikagupta5 closed 3 years ago

radhikagupta5 commented 3 years ago

Description

Stop Words are words which do not contain important significance to be used in Search Queries. Usually these words are filtered out from search queries because they return vast amount of unnecessary information.

Can we add an FuseOption to filter out stop words to get more relevant results?

Describe the solution you'd like

http://xpo6.com/list-of-english-stop-words/

Describe alternatives you've considered

Currently I am doing this myself from the code.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days