| Title | generic search |
| Date | 24-Oct-2005 21:55:50 EEST |
| JSPWiki version | 2.2.33 |
| Submitter | 84.175.250.1 |
| Idea Category | GenericIdea |
| Reference | |
| Idea Status | NewIdea |
When you do a generic search (e.g. wikinam*), the found textplaces are not marked.
By inserting the two lines into search_highlight.js just behind the function highlightWord(node,word) {
if (word.charAt(word.length-1)=='*') word=word.substr(0,word.length-1);
the found textplaces are marked.
Nice idea, but it seems that I am doing something wrong: I can't get it to work.