Skip to content

Commit

Permalink
BGDIDIC-2854: remove lnf_code from search
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Aug 7, 2024
1 parent e5601b9 commit 39d3ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/evd.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ source src_ch_blw_landwirtschaftliche_nutzungsflaechen : def_searchable_features
SELECT bgdi_id::bigint as id \
, t_id as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', bur_nr, lnf_code, nutzungsidentifikator)) as detail \
, remove_accents(concat_ws(' ', bur_nr, nutzungsidentifikator)) as detail \
, 'ch.blw.landwirtschaftliche-nutzungsflaechen' as layer \
, quadindex(the_geom) as geom_quadindex \
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \
Expand Down

0 comments on commit 39d3ab9

Please sign in to comment.