GET taps/_search
{
"query": {
"bool": {
"should": [
{ "match": { "test_card": "ZE-S-180x4" }},
{ "match": { "pf": "ZX480" }},
{ "match": { "fpc": "AEZE 3D MP+6E" }},
{ "match": { "rpd": "32" }},
{ "match": { "rel": "25" }},
{ "match": { "rel_type": "1234_daily" }}
]
}
}
}
fpc is not getting as single word match, it's querying as 3 words and getting more results.