Skip to content

Commit c828189

Browse files
authored
Merge pull request #628 from geoadmin/feat-BGDIDIC-2854-landwirtschaftliche-nutzungsflaechen
BGDIDIC-2854: remove lnf_code from search
2 parents b10201a + 39d3ab9 commit c828189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/evd.conf.part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ source src_ch_blw_landwirtschaftliche_nutzungsflaechen : def_searchable_features
403403
SELECT bgdi_id::bigint as id \
404404
, t_id as label \
405405
, 'feature' as origin \
406-
, remove_accents(concat_ws(' ', bur_nr, lnf_code, nutzungsidentifikator)) as detail \
406+
, remove_accents(concat_ws(' ', bur_nr, nutzungsidentifikator)) as detail \
407407
, 'ch.blw.landwirtschaftliche-nutzungsflaechen' as layer \
408408
, quadindex(the_geom) as geom_quadindex \
409409
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \

0 commit comments

Comments
 (0)