Writing nest query with multi match and filter and return data

hi everybody
i have three fields title,description and cityId
i want to multi match title and description and filter cities for example cityId==1
how should i do that with nest?
thank you

Hi @reza_setareh ,

Which version of the NEST client are you using? v8.x or earlier?

Version 7.17

Thanks for confirming. The Nest client exposes the query DSL. Have you taken a look at the multimatch examples in the Query DSL documentation?

yes i have
i khow about multi match query i just dont khow about combining multi match with filters
i dont khow how filter data with specific field for ex cityid==1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.