Search & Filters

Server-side vs Client-side filters

Filters on Database Connected Data Sources are Server-side. Also, read objects (from Database) with some filter is done Server-side. All other filters are Client-side, and performed in your browser. Read more in the article below.

Article:

Filter/search with String operators

A special set of operators exists when you set up a Filter with a string as the left operand. This can be used to implement search. The operators may also be used for Conditions.

Article:

Example in Showroom:

  • See "Expandable Search Pane" of the Motions example for usage for the Contains operator through a Read Objects.

Last updated