jprante / elasticsearch-analysis-naturalsort

Natural sort plugin for Elasticsearch
https://jprante.github.io/elasticsearch-analysis-naturalsort/
Apache License 2.0
38 stars 19 forks source link

negative numbers don't sort properly #3

Open scottbessler opened 11 years ago

scottbessler commented 11 years ago

when mixed negative and positive numbers are present they seem to ignore the - sign.

e.g. sorting -3, -4, 2, 5 descending returns

5
-4
-3
2