ActiveData icon indicating copy to clipboard operation
ActiveData copied to clipboard

deep nested query is not working

Open klahnakoski opened this issue 5 years ago • 0 comments

{
	"from":"treeherder.job_log.failure_line",
	"where":{"and":[
		{"ne":{"run.result":"success"}},
		{"eq":{"action":"test_result"}},
		{"eq":{"status":"FAIL"}},
		{"gte":{"action.start_time":{"date":"today"}}}
	]}
}

klahnakoski avatar Mar 07 '19 22:03 klahnakoski