Skip to content

Commit

Permalink
fix(index): execution/writing_method is extracted from the TEI as a m…
Browse files Browse the repository at this point in the history
…ultivalued field. Also lowercased to avoid duplicates. gh-81
  • Loading branch information
geoffroy-noel-ddh committed Dec 10, 2024
1 parent f86d22f commit 1c90846
Show file tree
Hide file tree
Showing 3 changed files with 14,243 additions and 4,735 deletions.
1 change: 0 additions & 1 deletion app/assets/search.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ createApp({
isFacetSortedBy(facetKey, sort, order) {
let settings = this.getFacetSettings(facetKey)
return settings.sort == sort && settings.order == order

},
getSelectedOptionsCount(facetKey) {
return this.getSelectedOptions(facetKey).length
Expand Down
Loading

0 comments on commit 1c90846

Please sign in to comment.