Friday 17 July 2009 3:40:28 am
Good day, help make a search.
Now search on the site happened to the exact search phrase.
Example code: select * from name_table where name_field ='search_word'
Where changes to the search results took place on any part of speech?
Example code: select * from name_table where name_field like '%search_word%'
I would like to appear in the search for all words, where the presence of a combination of characters. Sample.
I wrote to the search for the word "war", the result should be:
- freeware
- war
- Software
- Warehouse
- Shareware
- Warcraft etc.
|