Verity is a search engine that's built into CF. Look at the CF docs for the
tags CFCOLLECTION (to create a verity search index), CFINDEX (to populate
that search index from documents or query results) and CFSEARCH (to search
that index for your desired results). Judith makes a good point: the Verity
search engine provides built-in support for complex search criteria
(including not just AND/OR, LIKE, etc but also STEM, NEAR, STARTS, ENDS and
lots more.
Besides the CFML Language Reference Manual, see also the Developing Web
Applications with CF manual, chapter 11 (Indexing and Searching Data). The
second manual does a much better job of explaining things than do the tag
references alone.
/charlie
-----Original Message-----
From: Tony Hicks [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 06, 2001 11:05 AM
To: SQL
Subject: Re: Better Boolean Code?
I have.... no clue what verity search is
----- Original Message -----
From: Judith Taylor <[EMAIL PROTECTED]>
To: SQL <[EMAIL PROTECTED]>
Sent: Wednesday, June 06, 2001 7:33 AM
Subject: Re: Better Boolean Code?
> Have you considered using Verity for your search? It supports Boolean
> searches without having to have all that confusion in your code.
>
> The Other Judith
>
> Tony Hicks put into words:
> >Ok... another problem..
> >
> >I have a good boolean code where the user selects one boolean and each +&
is
> >whatever boolean they select... but I'd like to have it set so that the
user
> >can just use &+ for AND, &/ for OR and &* for NOT and the below code
seems
> >to output the proper string but it won't use the code...it only works if
i
> >have none of the boolean codes in it..
> >
> >Any clue?
> >
> >Tony Hicks
>
> Judith Taylor
> ICQ: 67460562
> Freelance ColdFusion Developer - Athens, OH
>
> Friends don't let friends code before coffee.
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists