Filtering docs on boolean value

This should work. Can you post a recreation (no need for the custom score
query you use, just use match_all). See Elasticsearch Platform — Find real-time answers at scale | Elastic

On Sun, Sep 11, 2011 at 4:55 AM, Chris
christopherdavidolivares@gmail.comwrote:

I've been trying to get these types of queries working for a while,
but no luck. I'm trying to filter documents based on a boolean value
(basically only show documents where show == true).

Here's my query:

1158523’s gists · GitHub

Documents are being matched where show == false. Any ideas why this
would happen even though I explicitly say to filter them out?