Testing farcrysolrpro for a site upgrade and very impressed so far, great 
work Jeff and Sean.

Couple of quick questions that I cannot find answers form looking though 
the code.

Have you implemented filtering results by related content items, e.g. 
allowing search by either UUID or list of UUIDs?

Have you implemented filtering results by categoryID(s)?

I have done some quick tests and by storing the category field as a string 
the following addition in buildQueryString() allows filtering the SOLR 
results by a category ID.

<cfset q = "(" & q & ") AND (catnews_string_stored:” & 
arguments.searchCatID & “)" />


Chris.

-- 
-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry


Reply via email to