From 743dbb48baa05ad2955725c5f50c213d322eba13 Mon Sep 17 00:00:00 2001 From: mellag Date: Tue, 16 Jan 2024 12:27:47 +0100 Subject: [PATCH] bugfix --- expath-pkg.xml | 2 +- modules/app.xql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expath-pkg.xml b/expath-pkg.xml index 8451c3a..152fcb6 100644 --- a/expath-pkg.xml +++ b/expath-pkg.xml @@ -1,5 +1,5 @@ - + Find fringe tracking and adaptiv optic targets. diff --git a/modules/app.xql b/modules/app.xql index 49cead3..0f16704 100644 --- a/modules/app.xql +++ b/modules/app.xql @@ -642,7 +642,7 @@ declare function app:searchftt-bulk-list-html($identifiers as xs:string*, $max a let $detail_cols := for $e in (array:flatten($app:conf?extended-cols)) return lower-case($e) let $sci-cols := $identifiers-map?*[1]/* ! name(.) - let $ranking-input-params := (($bulk-search-map?*)[1])?ranking?input-params + let $ranking-input-params := (($bulk-search-map?catalogs?*)[1])?ranking?input-params let $cols := ($sci-cols,"FT identifier", "AO identifier", "Score", "Rank", $ranking-input-params , "Catalog") let $th := {$cols ! {if(.=$detail_cols) then attribute {"class"} {"d-none extcols table-primary"} else ()} {.}} let $trs := for $identifier in map:keys($identifiers-map) order by $identifier