ActiveData icon indicating copy to clipboard operation
ActiveData copied to clipboard

Problem with filtering on inner/nested column

Open klahnakoski opened this issue 4 years ago • 3 comments

Example:

{
    "from": "treeherder",
    "groupby": "repo.push.id",
    "where": {
        "exists": "failure.notes.text"
    }
}

klahnakoski avatar May 26 '20 10:05 klahnakoski

fixed

klahnakoski avatar May 27 '20 12:05 klahnakoski

The original problem was two columns for failure.notes.text. Only one column is now in use because of the reindex

klahnakoski avatar Jun 01 '20 03:06 klahnakoski

Works with current version

klahnakoski avatar Jun 01 '20 04:06 klahnakoski