Support terms filter which allows to configure more than one term for a specific field. For example: ``` { filteredQuery : { query : { term : { "name.first" : "shay" } }, filter : { terms : { "name.last" : ["banon", "kimchy"] } } } } ```