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 95eeecf commit ef7a244Copy full SHA for ef7a244
_test/SearchConfigTest.php
@@ -60,6 +60,8 @@ public function test_filtervars_ignore_dynamic_filters()
60
$_REQUEST[meta\SearchConfigParameters::$PARAM_FILTER]['alias1.first*~'] = 'test';
61
$_REQUEST[meta\SearchConfigParameters::$PARAM_FILTER]['afirst='] = 'test2';
62
63
+ $this->loadSchemaJSON('schema1');
64
+
65
$config = [
66
'schemas' => [
67
['schema1', 'alias1']
0 commit comments