Skip to content

Commit

Permalink
Case in values for multilingual facet. Other fields case insensitive.…
Browse files Browse the repository at this point in the history
… Refs #212
  • Loading branch information
twagoo committed May 23, 2019
1 parent eac4e8a commit bd4d1a0
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 181 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* languages that are included in or described/supported by the resource
*/
public class MultilingualPostNormalizer extends AbstractPostNormalizer {
public final static String VALUE_MULTILINGUAL = "yes";
public final static String VALUE_NOT_MULTILINGUAL = "no";
public final static String VALUE_MULTILINGUAL = "Yes";
public final static String VALUE_NOT_MULTILINGUAL = "No";

private final String monolingualIndicatorValue = "monolingual";
private final Set<String> multilingualityIndicatorValues = new HashSet<>();
Expand Down
Loading

0 comments on commit bd4d1a0

Please sign in to comment.