Search Query Log
3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 29, 2011 (RSS)
By zip222 - March 28, 2011
Is there a way to create a log of search queries? I have a very simple news search tool and I would like to see what people are searching for.
Re: [zip222] Search Query Log
By robin - March 29, 2011
Hey,
It is possible. For example, You could save the search queries to a text file or to a database table. This will require some programming work since there is no logging function built into CMS Buider. It should take about an hour if you know your way around PHP.
Hope that helps,
Robin
It is possible. For example, You could save the search queries to a text file or to a database table. This will require some programming work since there is no logging function built into CMS Buider. It should take about an hour if you know your way around PHP.
Hope that helps,
Robin
Robin
Programmer
interactivetools.com
Programmer
interactivetools.com
Re: [robin] Search Query Log
By zip222 - March 29, 2011
Writing to a txt file was super simple to setup. Took just a few minutes. Thanks for the suggestion.