Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
oak3 #1
verity search terms
Why is it that verity searches require the AND and OR operators instead of just
saying that by default there's an AND between words? For example, to search a
collection for: government corruption influence if no 'quotes' are used still
treats it like quotes but I want it to be treated like government AND
corruption AND influence but I don't want to type the AND's in there. Is
there a setting to make it default this way or will I have to figure out how to
parse the thing and recognize any OR's that are intentionally stuck in the
search term? Thanks, Oak
oak3 Guest
-
Verity Search Problem
I think that a verity search collection that was established on my server became corrupt. I deleted the collection and then tried to recreate it. ... -
Verity Search
Hi-- I'm hoping someone can tell me if Verity Search (CFMX 6.1 on IIS6) allows indexing of multiple domains? thanks, KenP -
UTF search for verity???
i've a website that is in UTF-8 with language of Japanese and Korean. But when i tried to create an japanese and korean verity index and update the... -
Question about using verity to search
I have a site that is located on a non coldfusion server, can I still use verity to index it and search it? -
highlighting search terms results
If your target string is $str and your search terms are in the array $Terms: <?php // create replacement HTML strings foreach ($Terms as... -
jdeline #2
Re: verity search terms
"Why is it that verity searches require the AND and OR operators instead of
just saying that by default there's an AND between words?"
Because that's the way it works.
If you don't want to enter "AND" all the time, then pre-process your search
string, substituting AND wherever you find a space.
jdeline Guest
-
Tom Jordahl #3
Re: verity search terms
There are several other parsers, including "Internet", that you can use with
cfsearch. See the CFMX 7 documentation for details:
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001327.htm[/url]
--
Tom Jordahl
Macromedia Server Development
"jdeline" <jdeline@deline.com> wrote in message
news:d24v4d$ahg$1@forums.macromedia.com...of> "Why is it that verity searches require the AND and OR operators insteadsearch> just saying that by default there's an AND between words?"
>
> Because that's the way it works.
>
> If you don't want to enter "AND" all the time, then pre-process your> string, substituting AND wherever you find a space.
>
>
>
Tom Jordahl Guest



Reply With Quote

