PDA

View Full Version : finding out what users have searched for


dre
07-17-2009, 02:37 AM
Is it possible to log the search for viewing later?

1Unreal
07-17-2009, 05:13 AM
SELECT u.`username`, s.`query`
FROM `search` s
INNER JOIN `user` u ON s.`userid` = u.`userid`

Execute this in phpmyadmin or the execute SQL bit in the ACP

dre
07-17-2009, 07:45 AM
Sorry, does that just pull up the recent searches? Is there a plugin I can use?

Marco van Herwaarden
07-17-2009, 08:34 AM
Not sure if it is still available for the latest vB version, but there used to be a modification for this.