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 |
|
darenkov
Yak Posting Veteran
90 Posts |
Posted - 2008-12-01 : 02:04:55
|
| I have a webform which submits richtext data (includes formatting tags, ie <br/>,<i></i>, etc etc)Is there a easy way that I can retrieve this data and strip out the unwanted tags so that they do not clutter search results?It would be even better if I could avoid having to index the tags in the first place. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-01 : 02:09:50
|
| you remain remove them from retrieved results? then use REPLACE() |
 |
|
|
darenkov
Yak Posting Veteran
90 Posts |
Posted - 2008-12-01 : 17:49:42
|
| can you please clarify this further? also, what happens if a user happens to enter a search term with a word that may exist in a tag, ie "bold"? |
 |
|
|
darenkov
Yak Posting Veteran
90 Posts |
Posted - 2008-12-08 : 19:18:41
|
| any ideas, anybody? |
 |
|
|
|
|
|