# storageSearch
State Resource
This is a State Resource as provided by the tymly-core-plugin plugin.
# Purpose
Paginated search across documents from storage
# Usage
# Example
{
"Search": {
"Type": "Task",
"Resource": "module:storageSearch",
"ResourceConfig": {
"modelId": "cat"
},
"ResultPath": "$",
"End": true
}
}
# Options
# Required properties
# modelId
This is the id of a model within the current namespace from which a single document will be fetched.
- Type:
string
# Optional properties
# filter
Use to find the correct doc to return.
- Type:
object