Skip to content

Commit

Permalink
Merge pull request #574 from geoadmin/feat_BGDIDIC-643_old_ebkey
Browse files Browse the repository at this point in the history
BGDIDIC-643: old ebkey will be indexed in search
  • Loading branch information
ltclm authored Jul 3, 2023
2 parents 5c93352 + d51c255 commit 001cae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/lubis.conf.part
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ source src_ch_swisstopo_lubis_luftbilder_schwarzweiss: def_searchable_features_w
SELECT row_number() OVER(ORDER BY ebkey asc) as id \
, concat(flugdatum, ' ', bildnummer, ' (', concat_ws(', ', ort, ebkey), ')' ) as label \
, 'feature' as origin \
, remove_accents(concat_ws(' ', ebkey, ort)) as detail \
, remove_accents(concat_ws(' ', ebkey, ort, ebkey_old)) as detail \
, 'ch.swisstopo.lubis-luftbilder_schwarzweiss' as layer \
, bgdi_quadindex as geom_quadindex \
, st_y(st_transform(st_centroid(the_geom),4326)) as lat \
Expand Down

0 comments on commit 001cae9

Please sign in to comment.