Skip to content

Commit 150a450

Browse files
committed
added 'Gemeinde' to the results of the DenkmalsucheIntern
1 parent 2be8a82 commit 150a450

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/clients/dish/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Fix: Add terms of use for internal map.
88
- Fix: Open links for BKG and their terms of use in new tab.
99
- Chore: Edit urlParams configuration for new testing environment.
10+
- Enhancement: Add 'Gemeinde' to the searchresults from the intern-Denkmal-search
1011

1112
## 1.2.0
1213

packages/clients/dish/src/mapConfigurations/searchConfigParams.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ export const searchMethods = {
6969
strasse: '([A-Za-z]+)',
7070
objektansprache: '([A-Za-z]+)',
7171
kreis_kue: '([A-Za-z]+)',
72+
gemeinde: '([A-Za-z]+)',
7273
objektid: '([0-9]+)',
7374
},
7475
patterns: [
7576
'{{objektansprache}}, {{strasse}} {{hausnummer}}, {{kreis_kue}}, {{objektid}}',
7677
'{{strasse}} {{hausnummer}}, {{kreis_kue}}',
77-
' {{objektansprache}}, {{objektid}}',
78+
' {{objektansprache}}, {{gemeinde}}, {{objektid}}',
7879
],
7980
},
8081
},

0 commit comments

Comments
 (0)