1

I have documents like

{
 "attributes":["smart","tall","handsome","etc"]
},
{
 "attributes":["smart","clever","handsome","etc"]
}

and I want to search keywords=["tall","smart","xyz"]

if attributes array has atleast two matched keywords then it should be included in records like

{
 "attributes":["smart","tall","handsome","etc"]
}

should be in answer but not

{
 "attributes":["smart","clever","handsome","etc"]
}
styvane
  • 59,869
  • 19
  • 150
  • 156
Shubham
  • 1,396
  • 9
  • 17

0 Answers0