Hi,
this is not a feature request, just a question
Does the quicksearch plugin create some kind of log, so that I could lookup the search queries and find out, what my visitors where searching for (and maybe didn't find)?
No, it doesn't log the queries. However, in some cases the search is sent via a HTTP GET request, so you might be able to find this in your Apache request logs!
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
If you patch this into your functions_entries.inc.php file and set the static variable $log_queries = true, you should get a "queries.csv" file inside your "archives" subdirectory.
For the future, making this a config option would be nice, but I don't have the time right now to add the language strings, config options, etc. to it.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/