Skip to content

Commit

Permalink
Adding normalizer for login sortable in 5.2 mappings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Collins committed Jul 31, 2017
1 parent 5e6270a commit e2a93a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/mappings/5-2.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
),
'sortable' => array(
'type' => 'keyword',
'normalizer' => 'lowerasciinormalizer',
),
),
),
Expand Down

0 comments on commit e2a93a1

Please sign in to comment.