Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If any "tags" are specified then only documents with any (case insensitive/exact) matching tags are included in the query
  • "typesAndTags" is similar, except you can restrict a set of tags to documents of a given "type"
  • "sources" is the simplest, specify a set of strings, each of which are compared against documents "sourceKey" fields (taken from sources' "key" fields), and then:
    • if "srcInclude": true (default), then only matching documents are included in the query
    • if "srcInclude": false, then only non-matching documents are included in the query
  • If more than one of the above fields is specified, then the results are ORd together

...