PDA

View Full Version : Finding out Search key terms - possible?


smudgie
19-Jun-2006, 03:11 PM
Is it possible to implement a search facility into Actinic which will allow the client to find out what keywords are being typed into the search? If so could someone please post further details? thanks

pinbrook
19-Jun-2006, 03:39 PM
yep its in the knowledge base

Issue: Can I create a record of the search terms that my customers are using at the website?
Solution: Yes. This is detailed in the section called 'Keeping a Log of Search Terms Used at the Site' in the Advanced User Guide - available to download from: http://www.actinic.co.uk/

Ref: KB620
Link to this article

jont
19-Jun-2006, 06:41 PM
Using the above log file it is possible to create a very basic PHP file to view the information online using:

<pre>
<?php include 'acatalog/logfile.log'; ?>
</pre>

and saving to the root of the server