teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.09k stars 142 forks source link

How to ignore match on articles like "a" "in" "the" "this" #356

Open maryalbanese opened 1 year ago

maryalbanese commented 1 year ago

I don't want the search to match small words that are not related to the content like "on" "in" "this" "and"

Is there a way to do that.

For instance, when someone searches "inns" you would expect a hotel to be returned but instead you get everything with the word "in"

I may be missing an obvious setting.