You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Mikhail Khludnev (Jira)" <ji...@apache.org> on 2022/06/09 20:24:00 UTC

[jira] [Updated] (SOLR-16247) {!parent filters= is prone to pure negative query

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

Mikhail Khludnev updated SOLR-16247:
------------------------------------
    Description: 
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  childFq=*:* -sku_type_s:25

> {!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
>      Security Level: Public(Default Security Level. Issues are Public) 
>            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  childFq=*:* -sku_type_s:25



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org