-
Notifications
You must be signed in to change notification settings - Fork 0
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
IBX-7236: Suggestions only work with entire words #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from failing CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add test case for a fixed issue and add meaningful PR title ?
@kisztof Can you fix PHPStan errors? You only need to remove some ignored entries. |
@kisztof here you have several examples where search suggestions still does not work correctly and one which works good (I have added screenshot newFolder_correct to give you comparison that some phrases are treated correctly by search engine in terms of suggestions). Incorrect behaviour: Correct behaviour: |
I think you should wrap the query with wildcard character on both sides. Righty now, you essentially search for content items where the name is prefixed with the query. |
@kisztof Could you please address my comment #37 (review) ?
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
f557dff
to
b8240d3
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression tests passed
This PR fixes:
Checklist:
$ composer fix-cs
)