|
|
#1 |
|
Junior Member
Join Date: Sep 2007
Location: Bellevue, WA
Posts: 25
Rep Power: 8 ![]() |
Hi all,
I was wondering if there is a file that contains the queries users enter when using the search feature on my site? For obvious reasons, I'd like to have an idea as to what it is they are trying to find. Thanks! |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,039
Rep Power: 116 ![]() |
No nothing is stored when a user is searching. I think you can use something like google analytics but I am not sure of all their settings if they would allow that.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#3 | |
|
Member
Join Date: May 2008
Posts: 85
Rep Power: 6 ![]() |
Quote:
CREATE TABLE `search` ( `search_id` mediumint(7) unsigned NOT NULL auto_increment, `keyword` varchar(128) NOT NULL default '', `datum` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`search_id`), KEY `keyword_idx` (`keyword`) ) and in the search part you should add a insert statement in this table. But know, if you have a busy site, your search table will be in few month big .
__________________
Version 4.0.9 - now live with 40.000 ads
|
|
|
|
|
|
|
#4 | |
|
Junior Member
Join Date: Sep 2007
Location: Bellevue, WA
Posts: 25
Rep Power: 8 ![]() |
Quote:
Thanks for the code. I'm a newbie when it comes to reading PHPcode, so how do I know where the data is being written for later retrieval? Is the name of the file 'search' as specified in the first line? Also, what does the "insert statement" do? Thanks again! |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding search option to main site search page? | scott17b | v3.1 Modules & Modifications | 4 | 07-28-2008 07:39 PM |
| Creating A Site Map Of Search Results | seymourjames | v4 Questions & Support | 4 | 07-24-2008 01:45 PM |
| Google site search with 68 Classifieds | fendter | v4 Questions & Support | 2 | 07-24-2008 08:36 AM |
| Demo site getting ridiculously high rankings??? | Maffo | v3.1 Modules & Modifications | 13 | 01-09-2008 04:28 PM |
| RSS site sync. | Lhotch | v3.1 Modules & Modifications | 2 | 01-02-2008 02:10 PM |