Hi,
I'm using the free javascript version (just until I convince the money-holders otherwise, so I need to get this to work properly first).
I've come across an issue with searching for a string which contains the % sign. For instance, this would be a setting or a file name, such as %FILE%.
When I perform a search on %FILE%, the first issue I have is that the search result says, "Search results for FILE" and ignores the % sign. In this case, I do receive a search result link, but when I click on that link, nothing is highlighted (this is the same result I get as indicated in the next paragraph with the $MYROOT* example). So, I tried just searching for the % sign, which gave me zero results found and the message saying "the word is in the skip list". Hmm...I checked and it's not listed. I even took the "skip words less that 2" option down to zero just for fun. I re-indexed and received the same result. How can I get zoom to recognize the % sign?
The second issue I am having is that when I perform a wildcard search on a string such as $MYROOT*, I receive the correct result link, but when I click on the search result, the expected terms involving $MYROOT* are not highlighted - actually nothing is highlighted in the file. (and yes, subsequent searches performed on this file yields highlighted results - so I know highlight is working!). Any ideas on how to resolve this?
I hope I explained myself clearly!
thanks for your help!
I'm using the free javascript version (just until I convince the money-holders otherwise, so I need to get this to work properly first).
I've come across an issue with searching for a string which contains the % sign. For instance, this would be a setting or a file name, such as %FILE%.
When I perform a search on %FILE%, the first issue I have is that the search result says, "Search results for FILE" and ignores the % sign. In this case, I do receive a search result link, but when I click on that link, nothing is highlighted (this is the same result I get as indicated in the next paragraph with the $MYROOT* example). So, I tried just searching for the % sign, which gave me zero results found and the message saying "the word is in the skip list". Hmm...I checked and it's not listed. I even took the "skip words less that 2" option down to zero just for fun. I re-indexed and received the same result. How can I get zoom to recognize the % sign?
The second issue I am having is that when I perform a wildcard search on a string such as $MYROOT*, I receive the correct result link, but when I click on the search result, the expected terms involving $MYROOT* are not highlighted - actually nothing is highlighted in the file. (and yes, subsequent searches performed on this file yields highlighted results - so I know highlight is working!). Any ideas on how to resolve this?
I hope I explained myself clearly!
thanks for your help!
Comment