Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
himmatpatil
Starting Member
3 Posts |
Posted - 2001-12-07 : 08:12:51
|
| 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. Auto2. Autos3. Automobile4. Autoclub5. 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 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2001-12-10 : 15:09:30
|
| What do you mean you want it "highlighted"? Are you talking about highlighting like selected text in your client? If so, then it seems this would be a client-side test for whether one string is contained in the other. You don't mention what client you're using, so that's about all I can tell you at this point.-------------------It's a SQL thing... |
 |
|
|
|
|
|