searchThis¶
searchThis
searches the current object in other trees. From v2.11.1 you can configure in which trees the search is executed. Without any configuration the search is executed in all trees.
actionValues | |
---|---|
trees |
specify the trees as array of strings |
{
"label": "Search this",
"action": "searchThis",
"actionValues": [
{
"trees": ["locations-web", "locations-others"]
}
]
}