Forums Index > Mewsoft Products > Auctionawy > Search queries
upperbid First Post Posted on: 07-21-11 07:10 AM
Search queries

Hi Ahmed,\ \ I need to know if there is a file that keeps track of search queries so I can see what people are searching for. If there is, can you let me know where it is. Thanks.
mewsoft Reply #: 1 Posted on: 07-21-11 08:10 AM
Re: Search queries

All search queries already saved into sql table called "Terms", you can access it from scripts or from admin->Database & SQL Manager->SQL Commander and use this sql command in the text box:

SELECT DISTINCT Term FROM Terms ORDER BY Term ASC, Time DESC

This will query the unique search terms used.


Mewsoft Support
www.mewsoft.com

upperbid Reply #: 2 Posted on: 07-22-11 07:40 AM
Re: Search queries

Worked great. Thanks.