Ask a Jedi: Using Multiple Categories with Verity in ColdFusion MX 7

Scott asks:

In terms of Verity, how can you specify multiple categories for an item to be indexed?

This is really rather simple, and is covered in the doc for cfindex. You can specify multiple categories for an item by simply passing a list to the category attribute. However, you cannot specify more than one category tree.

Archived Comments

Comment 1 by Scott Stroz posted on 8/23/2005 at 10:27 PM

Yea, yea, I know RTFM.

However, I was looking through the CFMX 7 WACK, rather than the online documentation and there is no mention of the fact that you can pass comma delimited values for 'category'....that'll learn me ;-)