I'm looking for a way to do a filter query and Ors.  I've done a bit of
googling and found an open jira but nothing indicating this is possible.
I'm looking to do something like the search at
http://www.lucidimagination.com/search/?q=test
where you can do multi selects for the facets.  I've read about it at
http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParamsso
I have the tag/exclusion working but if I select two items from a
facet
group (say age from 1 to 10 and age from 10 to 20) I get nothing because
nothing meets both of those criteria.  I can obviously write something
custom to build an OR out of this but that seems less elegant.  Any guidance
would be appreciated

Reply via email to