Hi,

You get an error because LocalParams need to be in the beginning of a 
parameter's value. So no parenthesis first. The second query should not give an 
error because it's a valid query.

Anyway, i assume you're looking for :
http://wiki.apache.org/solr/SimpleFacetParameters#Multi-
Select_Faceting_and_LocalParams

Cheers,

> Hey,
> 
> here are my needs :
> 
> - a query that has tagged and untagged contents
> - facets that ignore the tagged contents
> 
> I tryed :
> 
> q=({!tag=toExclude} ignored)  taken into account
> q={tag=toExclude v='ignored'} take into account
> 
> Both resulted in a error.
> 
> Is this possible or do I have to try another way ?

Reply via email to