[ 
https://issues.apache.org/jira/browse/SOLR-9148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-9148:
---------------------------------
    Description: 
The SQLHandler should pass through filter queries. This will allow filters that 
use QParserPlugins to be included with SQL requests. Two useful examples of 
pass through filters are custom access control filters and geo spatial filters.

Syntax:

{code}
.../sql?stmt=SELECT ... FROM TABLE&fq={!geofilt d=90 pt=37.773972,-122.431297 
sfield=location_p}
{code}


  was:
The SQLHandler should pass through filter queries. This will allow filters that 
use QParserPlugins to be included with SQL requests. Two useful examples of 
pass through filters are custom access control filters and geo spatial filters.

Syntax:

{code}
.../sql?stmt=SELECT ... FROM TABLE&fq=\{!geofilt d=90 pt=37.773972,-122.431297 
sfield=location_p\}
{code}



> SQLHandler should pass through filter queries
> ---------------------------------------------
>
>                 Key: SOLR-9148
>                 URL: https://issues.apache.org/jira/browse/SOLR-9148
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>         Attachments: SOLR-9148.patch, SOLR-9148.patch
>
>
> The SQLHandler should pass through filter queries. This will allow filters 
> that use QParserPlugins to be included with SQL requests. Two useful examples 
> of pass through filters are custom access control filters and geo spatial 
> filters.
> Syntax:
> {code}
> .../sql?stmt=SELECT ... FROM TABLE&fq={!geofilt d=90 pt=37.773972,-122.431297 
> sfield=location_p}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to