Skip to content

Commit

Permalink
clarify query to use fields that are scalars or arrays of scalars
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Sep 29, 2024
1 parent 643007b commit ccfd4ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/query.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#' `$ne`, `$in`, `$regex`), with logic operators (`$and`,
#' `$or`, `(`, `)`), including nested queries, see examples.
#' `$regex` is case-sensitive.
#' Note that the query should target a field that holds a
#' scalar or an array of scalars, not more complex objects.
#'
#' @param ... Optional parameters:
#'
Expand Down

0 comments on commit ccfd4ad

Please sign in to comment.