X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/586f7f836124af2ea87b5f580c9e92b671ba4b1f..e322758be287af4362499df4c8b6703eb0bcda18:/dist/search.html
diff --git a/dist/search.html b/dist/search.html
index 1478809..d110cb3 100644
--- a/dist/search.html
+++ b/dist/search.html
@@ -421,10 +421,12 @@
Last Updated |
{{aPlace.indexed_date}} |
+ {{#if (isAdminBoundary aPlace) }}
Admin Level |
{{aPlace.admin_level}} |
+ {{/if}}
Search Rank |
{{aPlace.rank_search}} |
@@ -528,16 +530,24 @@
{{/each}}
{{/if}}
+ {{> partial_h2 'Keywords'}}
{{#if aPlace.keywords}}
- {{> partial_h2 'Name Keywords'}}
+ {{> partial_h3 'Name Keywords'}}
{{#each aPlace.keywords.name}}
{{> partial_details_keyword_one_row}}
{{/each}}
- {{> partial_h2 'Address Keywords'}}
+ {{> partial_h3 'Address Keywords'}}
{{#each aPlace.keywords.address}}
{{> partial_details_keyword_one_row}}
{{/each}}
+ {{else}}
+
+
+ display keywords
+ |
+
{{/if}}
{{> partial_h2 'Parent Of'}}