[ 
https://issues.apache.org/jira/browse/SOLR-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974551#action_12974551
 ] 

Bill Bell commented on SOLR-2294:
---------------------------------

I did find a way to do it.... It only works in this order -

{code}
http://localhost:8983/solr/select?q=*:*&qt=standard&fq=state:CO OR 
_query_:"{!geofilt}" ...
{code}

This does not work:

{code}
http://localhost:8983/solr/select?q=*:*&qt=standard&fq={!geofilt} OR state:CO 
...
{code}

> How to combine OR with geofilt
> ------------------------------
>
>                 Key: SOLR-2294
>                 URL: https://issues.apache.org/jira/browse/SOLR-2294
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>            Reporter: Bill Bell
>             Fix For: 3.1
>
>
> We would like to combine fq={!geofilt} OR state:CO...
> This generates an error.
> Are there other ways to do an OR between fq= ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to