From e3e3bb020efe085fb30044e1b455035fbd027e74 Mon Sep 17 00:00:00 2001 From: tomleb Date: Wed, 31 May 2017 22:04:49 -0400 Subject: [PATCH] Use raw entry for sorting by text --- common/search.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/search.go b/common/search.go index d09ca9c8..dadc8bbf 100644 --- a/common/search.go +++ b/common/search.go @@ -92,7 +92,7 @@ func (s *SortMode) ToESField() string { case ID: return "id" case Name: - return "name" + return "name.raw" case Date: return "date" case Downloads: