I want to find exact match .if there is no match .I don't want to null.
I am search this id 6a8c283f-1e75-ec11-8943-000d3a15f525
.
it is giving me this output
- fcf0dd4e-abbc-ec11-983f-0022482588e9
But these it is not matched only ec11
matched
I tried this search query
result = await client.search({
index: 'products',
"query": {
"match": {
"sysid":sysid
}
}
})