If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Is there any way to have search results show how many times the search term appears in the page? In case of a search phrase, for each word?
I'm on Zoom 6.0, using PHP search.
Thanks
The score is influenced by the number of word occurrences. But also by other factors. There is no way to get a straight word count broken down by word.
Except that it would need to be , Hits Word 1: x, Hits Word 2: y, Hits Word 3: z
and this would need to be repeated multiple times, for each result on the page. You would also need to decide how to handle wild cards, negative search words, searches with no words (but with a meta tag selection), and a few other issues.
If we had the request from a few customers we would have a look at it.
Comment