Matching on mutiple fields

I need to perform a search such that I get results that performs an AND search against multiple fields. For example: Where "FieldOne" = "ValueOne" AND "FieldTwo" = "ValueTwo" AND "FieldThree" = ."ValueThree". Thank-you

You should read : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.