We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e008fc2 commit ef47abcCopy full SHA for ef47abc
Editor.php
@@ -2269,7 +2269,7 @@ private function _options($refresh)
2269
$this->_out['searchPanes'] = ['options' => []];
2270
}
2271
2272
- $this->_out['searchPanes']['options'] = $spOpts;
+ $this->_out['searchPanes']['options'][$field->name()] = $spOpts;
2273
2274
2275
// SearchBuilder options
@@ -2280,7 +2280,7 @@ private function _options($refresh)
2280
$this->_out['searchBuilder'] = ['options' => []];
2281
2282
2283
- $this->_out['searchBuilder']['options'] = $sbOpts;
+ $this->_out['searchBuilder']['options'][$field->name()] = $sbOpts;
2284
2285
2286
0 commit comments