The question is based on the previous post where the Exact Search did not work either based on Match
or MatchPhrasePrefix
.
Then I found a similar kind of post here where the search field is set to be not_analyzed in the mapping definition (by @Russ Cam).
But I am using
package id="Elasticsearch.Net" version="7.6.0" targetFramework="net461"
package id="NEST" version="7.6.0" targetFramework="net461"
and might be for that reason the solution did not work.
Because If I pass "SOME", it matches with "SOME" and "SOME OTHER LOAN" which should not be the case (in my earlier post for "product value").
How can I do the same using NEST 7.6.0?