Hello,
Is it possible to get the statistics of key words used in the live search macro?
For example, we'd like to know key word "A" used 100 times during this months.
Or, if you happen to know some plugin to achieve similar aim, please share it with us.
Regards,
Daisuke Niwa
The live search macro sends its requests via GET, with the keywords in the URL querystring. Hence, if you have logs covering the period you're interested in (e.g. Apache access logs), you can search them for strings like:
/wiki/plugins/livesearch/livesearch.action?decorator=none&queryString=test*+OR+test&where=
(where in this example, the search string was "test").
There are also plenty of apps out there on the web for performing log analysis.
Hi Penny,
Thank you for your response. We will try your suggestion.
Regards,
Daisuke Niwa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.