Skip to content

Commit

Permalink
Merge pull request DSpace#9558 from DSpace/backport-9432-to-main
Browse files Browse the repository at this point in the history
[Port main] adding Unicode filtering for sorts
  • Loading branch information
tdonohue authored May 8, 2024
2 parents 5a8a461 + 274ee5f commit b63b4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dspace/solr/search/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory" />
<filter class="solr.ICUFoldingFilterFactory"/>
<filter class="solr.TrimFilterFactory" />
</analyzer>
</fieldType>
Expand Down

0 comments on commit b63b4ed

Please sign in to comment.