LogicalFilterValues
|
Type |
Interface |
|
Import path |
|
Logical conditions for filtering search results.
Signature
Properties
|
Name |
Type |
Description |
Value |
|---|---|---|---|
|
|
|
The filter to not match. Used for returning search results that do not match the filter. For example, return search results where the type is not |
|
|
|
|
The filters to use for the logical condition. Used for returning search results that match any of the filters. For example, return search results where the type is either Minimum length: 2. |
|
|
|
|
The filters to use for the logical condition. Used for returning search results that match all of the filters. For example, return search results where the type is Minimum length: 2. |
|