Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Bru_ #1
Verity and Category
I have a problem using category with Verity.
My search form allows people to search in a collection of laws combining
full-text searching and categories filtering (finance, security, youth...).
It is based on a custom collection created from a Database query. The body of
Verity CFINDEX is populated by the text of the law. The category stores an ID
pointing to categories' table of the application.
Everything's OK with CFSEARCH when I set only one value in the category field
of the CFINDEX : I can find texts based on a searched term AND a category.
Of course, as it is a many to many relashionship, I would like to pass
miltiple categories in the category field of CFINDEX as it is presented in CF
documentation. Alas, when I pass a comma delimited list of categories, Verity
cannot find anything :(
Any suggestions ?
This one is OK
<cfindex action="UPDATE" collection="Collection key="ID" type="CUSTOM"
title="Law_Title" query="Get_Content_To_Index" body="Text_of_Law"
category="only_one_category">
This one is not
<cfindex action="UPDATE" collection="Collection key="ID" type="CUSTOM"
title="Law_Title" query="Get_Content_To_Index" body="Text_of_Law"
category="a_comma_separated_lit_of_categories">
Bru_ Guest
-
Many-to-Many with Sub Category
I have two linking tables, one for my main categories and one for sub categories with the many-to-many insert wizard applied to each. Works great on... -
Log File x-category and x-duration
I have a requirement to produce stats for actual play duration. in logger.xml there are two fields that may be applicable x-category and x-duration.... -
select any data from category
Hi everyone - in the following code i want to allow the user t choose 'any'. Example choose the area - central language - any... -
[PHP] Category and sub-category logic
Ryan A <mailto:ryan@jumac.com> on Thursday, August 14, 2003 3:21 PM said: Read this http://www.sitepoint.com/article/1105 and you will know what... -
Category and sub-category logic
Hi, I am thinking of making a program for personal use which does a very simple thing, just displays listings under categories, eg: under main...



Reply With Quote

