Closed
Bug 489380
Opened 17 years ago
Closed 17 years ago
New searches on hyphenated words treats as two separate words
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.0.2
People
(Reporter: cww, Assigned: paulc)
References
()
Details
(Whiteboard: sumo_only)
Searches on "marque-page" (Bookmarks in French) searches for page and marque as independent words, returning pretty much everything (because page = webpage).
Hyphenated phrases should be treated as one word in searches.
| Assignee | ||
Comment 1•17 years ago
|
||
There's this forum post that mentions possible solutions:
http://www.sphinxsearch.com/forum/view.html?id=2876
But I'm not yet sure where those variables (such as charset_table) appear, need to look through. I'll be busy till the evening but if no one figures out where sphinx is configured, I'll look into it later.
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → paul.craciunoiu
| Assignee | ||
Comment 2•17 years ago
|
||
r24770 / r24771
It seems that there's no need to modify the indexer. Hyphens were being stripped in tiki-nnewsearch.php.
Also modified the bolding a bit, it didn't seem to work for hyphenated words.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 3•17 years ago
|
||
Searching for "marque-page" doesnt return any search results.
https://support-stage.mozilla.org/tiki-newsearch.php?locale=fr&q=marque-pages+&where=all&sa=&filter_lang=1&l=fr&en_too=1&lastmodif=0&type=0&author=
Reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•17 years ago
|
||
I think we're waiting for reindexing (cache cleared, etc). Nothing really returns anything anymore, and I didn't change other stuff :)
| Assignee | ||
Comment 5•17 years ago
|
||
This works:
https://support-stage.mozilla.org/tiki-newsearch.php?locale=fr&q=marque-page+&where=all&sa=&filter_lang=1&l=fr&en_too=1&lastmodif=0&type=0&author
(for marque-page)
The fact that the plural doesn't work is not related to this bug.
See:
https://support-stage.mozilla.org/tiki-newsearch.php?locale=en&q=bookmarks+&where=all&sa=&filter_lang=1&l=fr&en_too=1&lastmodif=0&type=0&author
(bookmarks)
vs
https://support-stage.mozilla.org/tiki-newsearch.php?locale=en&q=bookmark+&where=all&sa=&filter_lang=1&l=fr&en_too=1&lastmodif=0&type=0&author
The results differ.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Comment 6•17 years ago
|
||
Verified FIXED on https://support-stage.mozilla.org/tiki-newsearch.php?locale=fr&q=marque-pages+&where=all&sa=&filter_lang=1&l=fr&en_too=1&lastmodif=0&type=0&author (Krupa and I looked at this).
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Whiteboard: sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•