By cherylchase on
Is there a log of what visitors searched for (using the search box) and what the result was? I've found this kind of log to offer great insight into why people are visiting, and whether or not they are finding what they came for.
Comments
No such feature
There is no such feature available at this moment, though it should be fairly easy to add. Just add a call to
watchdog().trip_search
the trip_search module in Contrib repository offers this feature. For each search query, it logs the search keywords as well as how many results were found.
note that the CVS version of this module is considerably better than prior releases.
Search Term in URI
Wouldn't it also be possible to submit the search term through the URI (like Google does, the two types of submitting escape me at the moment, sorry) and just look at that in the access logs?