Skip to main content

novorender-api-docs / namespaces / DataJsAPI / SearchPattern

Interface: SearchPattern

Search pattern

Properties​

exact?​

optional exact: boolean;

Require exact match or not.


exclude?​

optional exclude: boolean;

Exclude this match from result. property name is mandatory


property?​

optional property: string;

Property name to find.


range?​

optional range: object;

Range of values to search. property name is mandatory

max​

max: string;

min​

min: string;

value?​

optional value: string | string[];

Value to find. if value is array of strings then search property value should match any ("or" function) of array values