Skip to content

Commit

Permalink
BGDIDIC-2841: add tektonische_karte index
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Jun 21, 2024
1 parent 456a4b6 commit 284dcc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/stopo.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ source src_ch_swisstopo_geologie_tektonische_karte_line : def_searchable_feature
sql_db = stopo_${DBSTAGING}
sql_query = \
SELECT bgdi_id as id \
, sphinx_index as label \
, name_de as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', name_de, name_fr, name_it, name_en)) as detail \
, 'ch.swisstopo.geologie-tektonische_karte' as layer \
Expand All @@ -991,7 +991,7 @@ source src_ch_swisstopo_geologie_tektonische_karte_unit : def_searchable_feature
sql_db = stopo_${DBSTAGING}
sql_query = \
SELECT bgdi_id as id \
, sphinx_index as label \
, tecto_3_de as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', tecto_3_de, tecto_3_fr, tecto_3_it, tecto_3_en, tecto_4_de, tecto_4_fr, tecto_4_it, tecto_4_en )) as detail \
, 'ch.swisstopo.geologie-tektonische_karte' as layer \
Expand Down

0 comments on commit 284dcc0

Please sign in to comment.