Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fulltext search

Status
Not open for further replies.

himmatpatil

Programmer
Joined
Dec 5, 2001
Messages
5
Location
IN
hi all

i devloped one application for the search using fulltext server
for the fulltext query i used freetext.

if suppose i search for "Auto"

it will give me the following results

1. Auto
2. Autos
3. Automobile
4. Autoclub
5. RealAuto

i am able the highlight the result for the keyword only means("Auto") in the above result
but i want the all above result highlighted because it contains the word auto.
Is there any solution for this......

plz do help


 
Try using the following query

Select * from tablename where name like '*auto*' Mark

The key to immortality is to make a big impression in this life!!
 
this is ok for the query and result i have no problem but the problem with the result highlightin i want all below word in red color if i search for Auto

1. Auto
2. Autos
3. Automobile
4. Autoclub
5. RealAuto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top