23 Nov
2017
23 Nov
'17
2:12 a.m.
Hi. How to generate a report on keywords used in OPAC search? Thank you. Ma. Victoria S. Manuel, RL PRC No. 3892
23 Nov
23 Nov
4:05 p.m.
Hi! Looking at the database schema of Koha ILS and Koha mysql report https://wiki.koha-community.org/wiki/SQL_Reports_Library, you can use this report: https://wiki.koha-community.org/wiki/SQL_Reports_Library#Most_Popular_Search..., the mysql code below: SELECT COUNT(*) AS Count, RIGHT( query_desc, Length(query_desc) - Instr(query_desc, ':') ) AS 'Search string' FROM search_history GROUP BY RIGHT(query_desc, Length(query_desc) - Instr(query_desc, ':')) ORDER BY COUNT(*) DESC Mabuhay and HTH! -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
3075
Age (days ago)
3075
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ma. Victoria H. Silva-Manuel -
schnydszch