-
Notifications
You must be signed in to change notification settings - Fork 40
[WIP] Support Scout 9 and Laravel 9 #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@pmatseykanets any chance to merge this or #47? 😊 |
+1 |
I have just upgraded to scout 9 and it looks like it supports postgres straight out of the box. Seems this package is not needed anymore? |
From the Laravel Scout docs:
The Scout 9 database support Is just creating some fancy SQL to find records in the model/table. I think using the new database driver is a good first step for searching in your app. This package allows you to make use of PostgreSQL's full text search which is a step up from the "where like" clauses. But you need to create a tsvector column and index it for your search. I need to search on multi million row tables and would prefer this package to the database driver. |
No description provided.