Commit b25f757
authored
Support for full text search
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.1 parent 464f119 commit b25f757
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
231 | 235 | | |
232 | 236 | | |
233 | 237 | | |
234 | | - | |
| 238 | + | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
| |||
0 commit comments