stats site search

Permalink 1 user found helpful
Hi
There is a addon that report statistics on searches on the site?
If not, how would you implement?

ffernandez
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
What statistics do you need?
Is it Page view count or last pages visited? or anything else?

Rony
JohntheFish replied on at Permalink Reply
JohntheFish
I think there are some page stats analysis addons that may help. I have never used them - I usually turn off page stats to avoid database bloat.
ffernandez replied on at Permalink Reply
ffernandez
Hi

We need what people are searching for on our web site
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
I don't think that there is any add-on that holds the search keywords in database tables. You can do it by yourself. Just copy the core search block and customize it to store the keyword in any database custom table.

Rony
ffernandez replied on at Permalink Reply
ffernandez
Yeah, that's what we do. thanks