mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 11:16:11 +01:00
Merge remote-tracking branch 'origin/develop' into feature/geo-search
This commit is contained in:
commit
d937266bf5
2 changed files with 7 additions and 1 deletions
|
@ -56,6 +56,12 @@ class SearchController extends ActionController
|
|||
]
|
||||
));
|
||||
}
|
||||
|
||||
if ($this->arguments->hasArgument('searchRequest')) {
|
||||
$this->arguments->getArgument('searchRequest')->getPropertyMappingConfiguration()
|
||||
->allowAllProperties()
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -33,7 +33,7 @@ call_user_func(
|
|||
'Search' => 'search'
|
||||
],
|
||||
[
|
||||
'Search' => 'search' // TODO: Enable caching. But submitting form results in previous result?!
|
||||
'Search' => 'search'
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue