rmind/nxsearch

Add multi-field search support

rmind opened this issue · 0 comments

rmind commented
  • Add support for fields (no nested schemes for now), e.g:
{
    "title": "Short story",
    "content": "Once upon a time ...",
    "date": 1666111000
}
  • Selective search: title: "story" and content: "once"