Closed bobinette closed 7 years ago
Currently, the papers are sorted by _id in the bleve query. The problem is, because the doc ID field is a string the doc 16 ends up before the document 2.
_id
16
2
Currently, the papers are sorted by
_id
in the bleve query. The problem is, because the doc ID field is a string the doc16
ends up before the document2
.