pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
160 stars 38 forks source link

make the search config configurable #5

Closed gregmartyn closed 7 years ago

gregmartyn commented 7 years ago

adds a config variable so that the search config ('simple', 'english', etc) can be set in the app

pmatseykanets commented 7 years ago

Thanks! 👍 I'll try to review it ASAP.

pmatseykanets commented 7 years ago

Thanks again for the contribution! Reworked it quite a bit and merged to master. It's possible to set search config either globally in scout config or on a per-model basis. Hopefully tag a new release soon.