Girish
|
| Posted: 12/18/2004, 8:25 PM |
|
Hi,
I'm New Be in CCS. I have developed one Real Estate Web Site with CCS. I am facing problem with search keywords I have table Residential and has a field keywords.
I am inserted one record in that table and in keyword field following is the contents "pune, 2 BHK Flat, Prabhat Road"
when i search with pune only then it will display the results but if I change the order of search like "2 BHK Prabhat road " then it will not display the record that means search string search only exact phrase but I want search every single word indepedently so please tell me how can i do that in CCS.
I am using ASP and Access
Thank You
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 12/19/2004, 9:24 AM |
|
For that kind of search you can't do a simple like % %
maybe there will be some other search but what we do is call a
a small Search.asp that will work as a token to the real griddisplayer
and separte then into multiple parameter for that grid.
it work greate
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|