Skip to content

Commit

Permalink
*_ss is appropriate dynamic multi-valued field for faceting
Browse files Browse the repository at this point in the history
  • Loading branch information
wwtamu committed Jan 9, 2025
1 parent e246edc commit d147849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/defaults/data/persons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ fields:
type: text_general
copyTo:
- _text_
- researchArea_str
- researchArea_ss
multiValued: true
source:
template: defaults/data/person/researchArea.sparql
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/defaults/directoryViews/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ facets:
collapsed: true
hidden: false
- name: Research Area
field: researchArea_str
field: researchArea_ss
type: STRING
sort: COUNT
direction: DESC
Expand Down

0 comments on commit d147849

Please sign in to comment.