22 May
2013
22 May
'13
9:45 p.m.
On 23 May 2013 05:49, glaws <glawson@rhcl.org> wrote:
Is there a way in Koha v3.10.x or newer to log OPAC search terms?
Yes, if people are logged in it is stored in their search history, but they can clear that. Anonymous searches are collected too, but stored in a cookie, so only accessible to the user. search_history is the table that searches for logged in users is stored in. Running log analysis over the access log also provides a really good run down of search queries. Chris