This is a discussion on Searching names and titles within the MySQL Database forums, part of the Database Forums category; How is possible to set a query to find any number of words in any permutation, also if not completed? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm not suggesting the wildcard search will solve all your problems, but
have you experimented with wildcards and regular expressions Check http://dev.mysql.com/doc/refman/5.0/...-matching.html -- Jack Vamvas ___________________________________ The latest IT jobs - www.ITjobfeed.com <a href="http://www.itjobfeed.com">UK IT Jobs</a> "Lcr" <corterappisVAI@VIAvirgilio.it> wrote in message news:45f3e01b$0$37195$4fafbaef@reader3.news.tin.it ... > How is possible to set a query to find any number of words in any > permutation, also if not completed? > As in Amazon or other site with a powerfull search. > There is some documentation about? > > Thanks |
|
|||
|
Lcr wrote:
> How is possible to set a query to find any number of words in any > permutation, also if not completed? > As in Amazon or other site with a powerfull search. > There is some documentation about? > > Thanks Take a look at FULLTEXT searches |