Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Pmister #1
Verity Search Question
when using a Database in conjunction with CFindex tag, will the all the key
paths be consolidated into one collection ?
<html>
<cfquery name="bookquery"
datasource="book">
SELECT * FROM book where bookid='path1' or bookid='path2'
</cfquery>
<cfoutput query="bookquery">
#url#,#description# <br>
<cfindex collection="snippets" action="update" type="path" query="bookquery"
key="description" urlpath="url" >
</cfoutput>
Pmister Guest
-
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... -
Verity Search Packs
Registration is required to download the Search Packs. I am using CFMX developers version. Please advise. ThankYou -
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? -
Verity / search question
When using a Verity list, is it possible to have the word or words searched for highlighted on the results page? So if I have the resulting list... -
Tom Jordahl #2
Re: Verity Search Question
Yes, if I understood the question.
--
Tom Jordahl
Macromedia Server Development
Tom Jordahl Guest



Reply With Quote

