Mouse77e
12-19-2005, 06:34 AM
Building a tailored search function for my site.
As my site has a set of fixed parameters to search I want to build a search engine along the following lines…
SELECT field_1, field2, field3 FROM mytable WHERE field1 LIKE '%my_seach_string%'
Building a form with four drop down lists of the major parameters and two free form boxes for the name and surname,
Would a full text search be better? (I am not so sure…)
Any Comments or suggestions?
Mouse
As my site has a set of fixed parameters to search I want to build a search engine along the following lines…
SELECT field_1, field2, field3 FROM mytable WHERE field1 LIKE '%my_seach_string%'
Building a form with four drop down lists of the major parameters and two free form boxes for the name and surname,
Would a full text search be better? (I am not so sure…)
Any Comments or suggestions?
Mouse