Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmella committed Jan 16, 2024
1 parent 1c02a7c commit 743dbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist.jmmc.fr/searchftt/apps/searchftt" abbrev="searchftt" version="1.5.4" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://exist.jmmc.fr/searchftt/apps/searchftt" abbrev="searchftt" version="1.5.5" spec="1.0">
<title>Find fringe tracking and adaptiv optic targets.</title>
<dependency processor="http://exist-db.org" semver-min="5.0.0"/>
<dependency package="http://exist-db.org/html-templating" semver-min="1.0.2"/>
Expand Down
2 changes: 1 addition & 1 deletion modules/app.xql
Original file line number Diff line number Diff line change
Expand Up @@ -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 := <tr> {$cols ! <th>{if(.=$detail_cols) then attribute {"class"} {"d-none extcols table-primary"} else ()} {.}</th>}</tr>
let $trs := for $identifier in map:keys($identifiers-map) order by $identifier
Expand Down

0 comments on commit 743dbb4

Please sign in to comment.