@moss-dev/moss / FilterConditionDocumentation Index
Fetch the complete documentation index at: https://docs.moss.dev/llms.txt
Use this file to discover all available pages before exploring further.
Type Alias: FilterCondition
A single condition evaluated against one metadata field inside aMetadataFilter.
Operators
| Operator | Description |
|---|---|
$eq | Field is equal to the given value. |
$ne | Field is not equal to the given value. |
$gt | Field is strictly greater than the value. |
$gte | Field is greater than or equal to the value. |
$lt | Field is strictly less than the value. |
$lte | Field is less than or equal to the value. |
$in | Field matches any value in the array. |
$nin | Field does not match any value in the array. |
$near | Geo-proximity match against the field (accepts an encoded location string). |