Skip to content
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

fix: scout search with smart search #3105

Merged
merged 1 commit into from
Dec 12, 2023
Merged

fix: scout search with smart search #3105

merged 1 commit into from
Dec 12, 2023

Conversation

frknakk
Copy link
Contributor

@frknakk frknakk commented Dec 11, 2023

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

Copy link

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 yajra changed the title Optimized scout search with smart search fix: scout search with smart search Dec 12, 2023
@yajra yajra merged commit e93a60a into yajra:master Dec 12, 2023
7 checks passed
@yajra
Copy link
Owner

yajra commented Dec 12, 2023

Released on v10.11.2 🚀 Thanks!

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