Match exact keyword (Find "test", but not "testing

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/65765?pagenum=1
05 November 2025, 03:51

Topic


Etymon
Match exact keyword (Find "test", but not "testing
18 October 2007, 12:31


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
<

 

Replies ...


HuwR
18 October 2007, 12:56


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<
Etymon
18 October 2007, 12:59


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. smile<
© 2000-2021 Snitz™ Communications