Popular Channels / Categories
Hi,
Looking at the Low Search log, I can see that it captures the channels and categories that were searched.
Is there any way to get this summarized on a webpage? (e.g. like the Popular Keywords tag) - maybe using some PHP code?
Thanks,
Alan
Replies
Low 3 Dec 2012 08:29
Well, it's in the DB, so it could be done. However, the query data (like collections, channels and categories) is stored as a JSON string in the DB, so all calculations for counts and whatnot should be made in PHP, and could be slightly memory intensive, if you're looking at the complete log. Not sure if I'd support that.