I am using CFMX7 verity search. I use cfsearch to search two collections:
<cfsearch name="verity" collection="verityTest1,verityTest2"
criteria="#trim(form.keywords)#" type="internet">
Is there a way to tell what collection the results are coming from? I'd like
to know if the results came from the verityTest1 collection or from the
verityTest2 collection. The reason is because if I want to open one of the
files, i don't know which folder to reference in my href. Am I going about
this the wrong way?
- Tom
ColdDrink - 31 May 2006 20:15 GMT
Scratch that. I set up one verity collection with categories and pull them that way, so now I don't need two separate collections.