Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Use raw entry for sorting by text

Cette révision appartient à :
tomleb 2017-05-31 22:04:49 -04:00
Parent 7ecae17679
révision e3e3bb020e

Voir le fichier

@ -92,7 +92,7 @@ func (s *SortMode) ToESField() string {
case ID: case ID:
return "id" return "id"
case Name: case Name:
return "name" return "name.raw"
case Date: case Date:
return "date" return "date"
case Downloads: case Downloads: