Releases: baethon/eloquent-searchable-scope
Releases · baethon/eloquent-searchable-scope
v1.1.0
Added:
- ability to select searchable fields when using
search()
scope
v1.0.2
Changes:
- break words using whitespace characters
v1.0.1
Changes:
- use
ILIKE
for pgsql
db driver