pmatseykanets / laravel-scout-postgres

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

`shouldBeSearchable` not implemented #50

Open eknowlton opened 2 years ago

eknowlton commented 2 years ago

I have implemented shouldBeSearchable as per Scout documentation ( https://laravel.com/docs/8.x/scout#conditionally-searchable-model-instances ) and I believe this postgres driver for scout ignores that method.