-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Quicksearch often does not find correct string composed of two words #1486
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
Comments
From Viacheslav Kobylinskyi on 2014-06-11 14:34:28+00:00 Issue version corrected (1.2.2 from 1.2). |
From Viacheslav Kobylinskyi on 2014-07-08 12:22:15+00:00 Has anyone else had this issue? Is this a bug, or am i just doing something wrong? |
I have this issue for a very long time. From the javascript behind the search it searches the index made by sphinx itself. If there is no entries in the index the search return no results. I come here from google search this symptom. :) I am seeking a solution, too. |
Just to add, hyphentaed words like what-in-the-world aren't indexed either. Search returns nothing for hyphenated searches. I am seeing the same behavior as you for two words. |
Also, it seems that the Japanese search does not have a |
@shibukawa @shimizukawa Just curious, did the |
snowball stemmer includes two algorithms for English, but Porter stemmer is a default one. |
Two consecutive words seem to work now. However, searching for words with hyphen seems to still be an issue: web-platform-tests/wpt#18943 I found #2818 (from 2016) which claims
@tk0miya would that PR fix the issue with hyphenated words? |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: