Re: Highlighter and href fields

2007-10-24 Thread Cool Coder
Ok I understand now that I have a big work ahead of me. >2. Use an Analyzer that recognizes URL's. That way you wont get partial BTW, Do you know any analyzer that can recognize URLs. - BR Mark Miller <[EMAIL PROTECTED]> wrote: Nothing in the Highlighter per seh that will help you ther

Re: Highlighter and href fields

2007-10-24 Thread Mark Miller
Nothing in the Highlighter per seh that will help you there. I see two options off the top of my head: 1. break the text before feeding it to the highlighter and feed all but the URL parts, and then stitch back together -- much as you might do if highlighting an XML doc. Ugly though. 2. Use

Highlighter and href fields

2007-10-24 Thread Cool Coder
Is there anyway I stop highlighting text if it is a href/url etc...? The problem occurs when the field content is a URL which contains the query e.g. my search is for .net and fields has value http://jkjsd.net. After applying highlighter, it becomes http://jkjsd.net, which is a wrong URL. Can I