Skip to main content
Version: 2.11

Query Filter In

Adds an in filter clause onto a query

Description

Adds a in predicate to the given query. This predicate indicates to the query to filter out the objects that are not part of the given list of this brick.

Notice that it can be a simple unique object, an array of objects or even tags (string unique identifiers of objects).

Inputs

  • query (Query): The query to which the in filter must be added
  • object(s) (Object): The list of objects or the single object that the query should look for keeping as a valid result. It can be a single object, a list of objects or a single tag or list of tags. tags being strings, unique identifiers of objects.

Outputs

  • query (Query): The query including the in filter