I have a field:
"skills" : [
"smart worker",
"dedicated",
"english",
"bengali",
"dbms"
]
If I write a match query with "text": "dedicated worker", this doc appears in the results, but I want to search the field elementwise. Is there a better way to do it without using nested structure?