>> cf_enum_category <contains> `5` > >How would I do this in combination with the existing criteria though? I >would need it to search for the relevent category AND the users search >string...
As much as I hate to ever tell someone to Read The Fine Manual, it will probably explain the Verity query syntax better than I can. http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001322.htm Combining things like this is probably easiest in Internet syntax, because you don't have to worry about the Boolean operators. For example, you can do a search like this: house fusion cf_enum_category:`3` cf_enum_category:`5` By happy coincidence, this kind of thing seems to basically OR the categories, and require at least one of them. (But note that you have to edit one of the Verity config files to be able to do field searches in Internet syntax. Otherwise, those terms will be silently ignored. See here for more info: http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001327.htm ) Sixten ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263165 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

