I don't think it logs directly, but it's actually pretty worthwhile to log
all that stuff in a db. The advantage of the DB is that you can build a
simple interface that'll show you what users found in a single click from
the search term list...

Now, does anyone have a good way to correct misspellings? We try to compare
the search terms of a search that returns 0 items with the soundex values of
a dictionary of medical terms we loaded in, but that only works for single
word queries...

        -- jon

-------------
jon roig
online community services manager
epilepsy foundation
tel:   215.850.0710
site:  http://www.epilepsyfoundation.org
email: [EMAIL PROTECTED]


-----Original Message-----
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 4:03 PM
To: CF-Talk
Subject: RE: Verity Question


Not to my knowledge.  What you could do is on the search action page (where
you call CFSEARCH, do a simple DB insert of the search terms... Or use the
NIFTY CFLOG tag, which is new to CF5, to create a running log of all the
search terms that are tried...

Speaking of that.. Thanks for reminding me that I've been wanting to do that
on my own site for quite some time....<G>

HTH,

Jeff


-----Original Message-----
From: Brian Scott Barnett [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 1:33 PM
To: CF-Talk
Subject: Verity Question


On CF Server 5, does Verity log the searches that people do, somewhere?  If
so, how can I get to them?

I'd like to see the search terms that people are using, so that I can
architect the site better.

Brian Barnett
[EMAIL PROTECTED]

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to