-
Notifications
You must be signed in to change notification settings - Fork 340
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
Method Laravel\Scout\Builder::withSearchParameters does not exist. #791
Comments
Related to this: laravel/docs#9250 (comment) (has a potential workaround for now in that comment). @karakhanyans is actively looking into this. |
@crivion you are using the typesense driver are you? because the issue report says you're using the collection driver? |
@driesvints yes, you don't have an option when opening an issue to select typesense |
Ah thanks for noting that. I added it now. |
@driesvints @crivion @jasonbosco the issue has been fixed in this PR: #794 The |
Will be in today's release. @karakhanyans thanks for your PR. Also feel free to send one in to the docs 👍 |
Scout Version
10.8
Scout Driver
Typesense
Laravel Version
10
PHP Version
10
Database Driver & Version
0
SDK Version
0
Meilisearch CLI Version
0
Description
I'm trying the new typesense scout integration.
In the docs it says
"Typesense allows you to modify your search parameters dynamically when performing a search operation via the withSearchParameters method:"
Todo::search('Groceries')->withSearchParameters([
'query_by' => 'title, description'
])->get();
However when try that it says:
Method Laravel\Scout\Builder::withSearchParameters does not exist.
Steps To Reproduce
Just install laravel scout and configure it to work with typesense
The text was updated successfully, but these errors were encountered: