yajra / laravel-datatables

jQuery DataTables API for Laravel
https://yajrabox.com/docs/laravel-datatables
MIT License
4.76k stars 857 forks source link

fix: scout search with smart search #3105

Closed frknakk closed 11 months ago

frknakk commented 11 months ago

Hi !

Here is a optimization for scout search (if smart search is enabled).

Old: keyword is exploded using spaces into multiple keywords and then each keyword gets scout-searched New: whole keyword gets scout-searched (without exploding), the search engine deals with multiple words

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

yajra commented 11 months ago

Released on v10.11.2 🚀 Thanks!