Skip to content

Commit

Permalink
feat(search): added facet for the place of origin of the inscriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy-noel-ddh committed Oct 21, 2024
1 parent 84b303f commit 470f958
Show file tree
Hide file tree
Showing 4 changed files with 1,954 additions and 1,936 deletions.
3 changes: 3 additions & 0 deletions app/assets/search.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@ createApp({
// gh-56
sort: 'key'
},
pla: {
title: 'Place',
},
}
for (let facetKey of Object.keys(ret)) {
let facet = ret[facetKey]
Expand Down
Loading

0 comments on commit 470f958

Please sign in to comment.