Hi again!
I'm using the Javascript Pro 5.1 version.
When I perform a search using a wildcard preceeding the search term (i.e., *_user_test) , the highlighted result displays the correct search term plus HTML code. For example:
The HTML line is:
<code>Test_user_test</code>
The search query is:
*_user_test
The highlighted result is:
<CODE>Test_user_test
(the <code> formatting display is now disabled, and the highlighted result does not display correct formatting - just "normal" text. The html <code> is included in the highlighted text)
Another search query:
Test_user*
The highlighted result is:
Correct! HTML code does not display and the text is correctly formatted.
Another search query:
Test_user_test
The highlighted result is correct:
Correct! HTML code does not display and the text is correctly formatted.
It appears that when entering a wildcard at the beginning of my search term results in the preceeding HTML to be displayed, but entering a wildcard at the end of my search term is not a problem.
Here's some background on my highlight script:
A few months back, I was having a problem with the highlighting script. My pages would not scroll to the first highlighted word due to the presence of frames. I received a new highlight script from you and it's worked beautifully since. I do not know if this error occurs with the old (original) highlight script, but I can test if you think the new script may have something to do with this display error.
Any suggestions?
Thanks so much!
I'm using the Javascript Pro 5.1 version.
When I perform a search using a wildcard preceeding the search term (i.e., *_user_test) , the highlighted result displays the correct search term plus HTML code. For example:
The HTML line is:
<code>Test_user_test</code>
The search query is:
*_user_test
The highlighted result is:
<CODE>Test_user_test
(the <code> formatting display is now disabled, and the highlighted result does not display correct formatting - just "normal" text. The html <code> is included in the highlighted text)
Another search query:
Test_user*
The highlighted result is:
Correct! HTML code does not display and the text is correctly formatted.
Another search query:
Test_user_test
The highlighted result is correct:
Correct! HTML code does not display and the text is correctly formatted.
It appears that when entering a wildcard at the beginning of my search term results in the preceeding HTML to be displayed, but entering a wildcard at the end of my search term is not a problem.
Here's some background on my highlight script:
A few months back, I was having a problem with the highlighting script. My pages would not scroll to the first highlighted word due to the presence of frames. I received a new highlight script from you and it's worked beautifully since. I do not know if this error occurs with the old (original) highlight script, but I can test if you think the new script may have something to do with this display error.
Any suggestions?
Thanks so much!
Comment