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

Shiming Li commented on SOLR-16247:
-----------------------------------

If the filters have only one negative query, a match_all is added by default.  
If this solution is feasible, I would like to fix this issue. 

> {!parent filters= is prone to pure negative query
> -------------------------------------------------
>
>                 Key: SOLR-16247
>                 URL: https://issues.apache.org/jira/browse/SOLR-16247
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mikhail Khludnev
>            Priority: Major
>              Labels: newbie
>
> From the linked email
>    "q":"{!parent tag=top filters=$childFq which=scope_s:parent
>       "childFq":[ "-sku_type_s:25"],
> If I take out childFq=-sku_type_s:25, it works. If I change it to
> childFq=sku_type_s:21, it works.
> so far workaround is {code} childFq=*:* -sku_type_s:25 {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to