Closed Bug 502115 Opened 15 years ago Closed 15 years ago

Searches with a colon don't match the correct data

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: clouserw, Unassigned)

References

Details

Another weird bug.  I don't see anything in MySQL's full text boolean search about colon being a special case but it appears to split the text on the colon?

mysql> select tags from text_search_summary where match(tags) against('one:two');
+---------------------+
| tags                |
+---------------------+
| one,testo,three,two | 
| two,one,testo,three | 

I would expect that to only match the exact string "one:two"
still relevant for normal searches but not for tags due to bug 502126.  wontfixing since we'll replace mysql soon enough.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Depends on: 503113
Depends on: 498999
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.