-1

I want to write an Elastic Search DSL query, where i want to display results based on input on multiple fields by a user. The user is a candidate , who is searching for a job, The job fields include fields like Job_Title, Skills, Experience, Education etc.

1 Answers1

1

you can use multi_match query for your use-case.

Amit
  • 30,756
  • 6
  • 57
  • 88