Hello, We have one multivalued field called "dname". When user search for any of the name like "160 Associates LLC", we are able to get facet, but we only want values which matches the search query. Is there any way?
For e.g. assuming below doc, I want to get facet results for only first value "160 WATER ASSOCIATES LLC" which produced hit not all 3. ----- "dname": [ "160 WATER ASSOCIATES LLC", "McDonald", "Office of Mcdowel Attorney" ] Thanks in advance and appreciate your help. Thanks, Susheel