biota icon indicating copy to clipboard operation
biota copied to clipboard

Flexible search-queries

Open gahabeen opened this issue 4 years ago • 1 comments

Api db.find(<searchQuery>)

Description Takes a searchQuery (object) that lists as its keys the paths to search (in dot notation) with the search value as their value.

Current proposed operators are the following:

  • $and
  • $or
  • $nor

With specific field values:

  • $ngram: for autocomplete-like search (full-text search)

gahabeen avatar Apr 15 '20 08:04 gahabeen

This issue has been linked to a Canny post: Search - Flexible search-queries :tada:

canny[bot] avatar Apr 15 '20 08:04 canny[bot]