appbaseio / mirage

:art: GUI for simplifying Elasticsearch Query DSL
http://opensource.appbase.io/mirage
Other
2.21k stars 123 forks source link

Boolean field checker #45

Open dhruvdutt opened 7 years ago

dhruvdutt commented 7 years ago

The data consists of an array of simple objects with the shape as follows: Here's link to the full exported data.

[
    {
        "title": "todo1",
        "completed": true
    }
]

The issue is with fields that have boolean values like completed in this case. Input box doesn't show up.

image

The workaround is to first select and query with non-boolean fields like title and then reselect boolean fields.

image