Skip to content

Commit

Permalink
map
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed Jul 19, 2024
1 parent 6210b7a commit 6128cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/SmartSearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public function search(array $postParams): Response {
$specialFacets = [\acdhOeaw\arche\lib\SmartSearch::FACET_MAP, \acdhOeaw\arche\lib\SmartSearch::FACET_LINK, \acdhOeaw\arche\lib\SmartSearch::FACET_MATCH];
$searchTerms = [];
$spatialSearchTerms = null;
$spatialSearchTerm = null;
$allowedProperties = [];
$facetsInUse = [];

Expand Down

0 comments on commit 6128cae

Please sign in to comment.