Match exact keyword (Find "test", but not "testing - Postet den (1052 Views)
Advanced Member
Etymon
Innlegg: 2396
2396
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
<
   
 Sidestørrelse 
Postet den
Forum Admin
HuwR
Innlegg: 20611
20611
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<
Postet den
Advanced Member
Etymon
Innlegg: 2396
2396
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<
 
Du må legge inn en melding