Documentation for the "fieldFinders
" JSON key.
Field finders are a simple way to generate singular finders that act on one or more fields. For field finders that query multiple fields, the fields should be separated by a comma ','.
The key fieldFinders
is a JSON Array of JSON Objects on the views
JSON object, for example:
"views": [
{
"fields": [
...
],
"fieldFinders": [
...
]
}
]
Field finders on views follow the same standards as those for tables.
Please see the fieldFinders
page for more details