Skip to content

Support for full text search #421

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

Merged
merged 1 commit into from
Feb 18, 2022
Merged

Conversation

abetwothree
Copy link
Contributor

Recently Laravel added support for full-text search where clauses in the query builder.
https://laravel.com/docs/9.x/queries#full-text-where-clauses

Looks like using that functionality with this package throws an error in line 240 of CacheKey.php because it didn't properly handle that where clause.

This pull request makes a few changes to support full-text where clauses.

Recently Laravel added support for full-text search where clauses in the query builder. 
https://laravel.com/docs/9.x/queries#full-text-where-clauses

Looks like using that functionality with this package throws an error in line 240 of CacheKey.php because it didn't properly handle that where clause. 

This pull request makes a few changes to support full-text where clauses.
@mikebronner mikebronner merged commit f3a4c23 into mikebronner:master Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants