Skip to content

Commit 6027f54

Browse files
Merge pull request #33 from quickwit-oss/fmassot/fix-sort-docs
Fix _sort
2 parents 8cfda76 + 3ddd323 commit 6027f54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/quickwit/data_query.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ func processLogsQuery(q *Query, b *es.SearchRequestBuilder, from, to int64, defa
335335
sort = es.SortOrderAsc
336336
}
337337
b.Sort(sort, defaultTimeField, "boolean")
338-
b.Sort(sort, "_doc", "")
339338
b.Size(stringToIntWithDefaultValue(metric.Settings.Get("limit").MustString(), defaultSize))
340339
// TODO when hightlight is supported in quickwit
341340
// b.AddHighlight()

0 commit comments

Comments
 (0)