Re: Fulltext - stop words!?

2003-07-09 Thread Keith C. Ivey
On 9 Jul 2003 at 19:07, Peter Engström wrote: > I want to search for an e-mail address but I don't get any matches. I > assume characters like @ . are ignored (stop words). A "stop word" is a *word* that is ignored in indexing -- usually things like "the" and "and". What you're talking about is

Fulltext - stop words!?

2003-07-09 Thread Peter Engström
Hi! I'm running MySQL 4.0.13 and have problem with fulltext search. I have a column of type 'text' which I fulltext index. I want to search for an e-mail address but I don't get any matches. I assume characters like @ . are ignored (stop words). How can I create an index which contains e-mail ad