Hi togehter,
i just try to make a simple query which gets the data from two fields with
an "AND" conjunction.
Looks like
"query":{
"filtered" : {
"query":[{
"field":{
"Status":"defining"
},
"field":{
"Project":"123"
}
}
]
}
}
But it just set the last field as parameter.
I also tried it with one field and a filter but it never had a working
syntax.
Does anybody have a hint for me?!
Thanks.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.