-
-
Notifications
You must be signed in to change notification settings - Fork 835
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
Fixes #1738 : Search Title within discussions #1741
Conversation
Thanks a lot! Nice find and nice fix. I've added a regression test to prevent this from coming back. |
You are welcome.
Thanks a lot to you and your team for this nice project
Le jeu. 7 mars 2019 à 00:22, Franz Liedke <[email protected]> a
écrit :
… Thanks a lot! Nice find and nice fix.
I've added a regression test
<26c3bcd>
to prevent this from coming back.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1741 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AD8_DB6H_l87phbF3rR8IhOAM4Si4UTjks5vUE3CgaJpZM4ad_qZ>
.
--
Bertrand DUMAS-PILHOU
|
SQL being my # 1, I should of caught this myself ;-) |
Any changes to the search engine should undergo performance testing before they are committed (or we should somehow automate that in the tests) Unfortunately this change has a detrimental effect on performance in my rough testing - a search which previously took ~40ms now takes 3 seconds. |
Oh, sorry about that. |
We decided it is better to have a less intelligent search (that does not match search terms in titles) for some people than a bad-performing search for everyone. We will revisit the search performance topic in the next release cycle, possibly with larger changes around indexing. Refs #1738, #1741, #1764.
We decided it is better to have a less intelligent search (that does not match search terms in titles) for some people than a bad-performing search for everyone. We will revisit the search performance topic in the next release cycle, possibly with larger changes around indexing. Refs #1738, #1741, #1764.
We decided it is better to have a less intelligent search (that does not match search terms in titles) for some people than a bad-performing search for everyone. We will revisit the search performance topic in the next release cycle, possibly with larger changes around indexing. Refs flarum#1738, flarum#1741, flarum#1764.
**Fixes #1738 **
Changes proposed in this pull request:
You can search in title discussion even if word does not appear in a post of this discussion
Reviewers should focus on:
Test searching toolbar with a word in discussion title