Skip to content

Commit

Permalink
Merge pull request #63 from geoadmin/fix_PB-405_haltestellen
Browse files Browse the repository at this point in the history
PB-405: haltestellen are not visible anymore in swisssearch results - #minor
  • Loading branch information
ltclm authored Apr 12, 2024
2 parents 99f2093 + 47f6d20 commit 116baac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _swiss_search(self): # pylint: disable=too-many-branches, too-many-statemen
if self.origins is None:
self._detect_keywords()
# by default filter all available origins/ranks
self.sphinx.SetFilter('rank', [1, 2, 3, 4, 5, 6, 7, 10])
self.sphinx.SetFilter('rank', [1, 2, 3, 4, 5, 6, 7, 8, 10])
else:
self._filter_locations_by_origins()

Expand Down

0 comments on commit 116baac

Please sign in to comment.