| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | November 2 2002 2:28am |
| Subject: | Re: full-text search (not in boolean mode) | ||
| View as plain text | |||
At 21:45 +0100 11/1/02, ddd wrote: >hello > >i'm using mysql 3.23.41 > >i want to search in fulltext indexed table for word "Down-Syndrom" but the >result is the same like when I search "138721-Syndrom".. >WHY ???? "-" isn't considered part of a word so you're really searching for "down" or "syndrom" in the one case and "138721" or "syndrom" in the other. Both searches will match records that contain "syndrom". > >thanks > >SQL command: > >select IDpage, URL from news where match Words against ("Down-Syndrom");
| Thread | ||
|---|---|---|
| • MySQL Cookbook has been released | Paul DuBois | 1 Nov |
| • full-text search (not in boolean mode) | ddd | 1 Nov |
| • Re: full-text search (not in boolean mode) | Paul DuBois | 2 Nov |
| • Re: full-text search (not in boolean mode) | ddd | 2 Nov |
| • Re: full-text search (not in boolean mode) | Paul DuBois | 2 Nov |
| • Newbie question: Storing text | Paul | 2 Nov |
| • re: Newbie question: Storing text | Egor Egorov | 4 Nov |
| • re: Newbie question: Storing text | Paul DuBois | 4 Nov |
| • Replication and temp tables... | Jon Frisby | 7 Nov |
| • Re: Newbie question: Storing text | Walter Lee Davis | 2 Nov |
| • Re: Replication and temp tables... | Heikki Tuuri | 8 Nov |
| • RE: Replication and temp tables... | Jon Frisby | 8 Nov |
| • Re: Replication and temp tables... | Heikki Tuuri | 8 Nov |
| • Re: Replication and temp tables... | Heikki Tuuri | 8 Nov |
