teamtnt / laravel-scout-tntsearch-driver

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

Need to re-index if I change the config/scout.php settings? #41

Closed DesmondPang closed 8 years ago

DesmondPang commented 8 years ago

Do I need to re-index the data if I change the config/scout.php settings? Let say, I change the fuzzy setting parameters.

stokic commented 8 years ago

Yes, otherwise index will contain "non fuzzy" data.