Skip to content

Commit eb3b727

Browse files
author
faselm
committed
BGDIDIC-1069: add objekt_nr
1 parent 80029ff commit eb3b727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/vbs.conf.part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ source src_ch_babs_kulturgueter : def_searchable_features
190190
SELECT bgdi_id as id \
191191
, beschreibung as label \
192192
, 'feature' as origin \
193-
, remove_accents(beschreibung) as detail \
193+
, remove_accents(concat_ws(' ', beschreibung, objekt_nr)) as detail \
194194
, 'ch.babs.kulturgueter' as layer \
195195
, quadindex(the_geom) as geom_quadindex \
196196
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \

0 commit comments

Comments
 (0)