MongoDB query: searching array of senteces where there are words from array of single words
im creating a project where Im using mongoDB and I want to query some recipes. example of recipe document in my db I want to get recipes where "ingredients" array (sentences), have any words inside matching another array (single words).…