Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
Etymon
Posted - 18 October 2007 : 12:31:07 I need to mod search.asp to search for exact keywords. Does anyone know how to do this?
Match exact keyword (Find "test", but not "testing")
Thanks,
Etymon <
2 L A T E S T R E P L I E S (Newest First)
Etymon
Posted - 18 October 2007 : 12:59:16
quote:Originally posted by HuwR
you will need to rewrite the query somewhat so that it used CONTAINS rather than LIKE but that would also require that you enable Full-text searching on your database
Thanks Huw for the terminology! That helps a lot. <
HuwR
Posted - 18 October 2007 : 12:56:41 you will need to rewrite the query somewhat so that it used CONTAINS rather than LIKE but that would also require that you enable Full-text searching on your database<