This is a discussion on Modifying stop words within the MySQL Database forums, part of the Database Forums category; Hi, So I downloaded the source, found ft_static.c, edited it and saved it as /etc/stop_words.txt. What I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
So I downloaded the source, found ft_static.c, edited it and saved it as /etc/stop_words.txt. What I really want to do is to stop ".php", while allowing "php". Is there a way to do this? It seems like because the file is free-form it ignores non-alpha-numeric characters. Thanks, Sandman |