Skip to content

Commit

Permalink
Merge pull request #33 from quickwit-oss/fmassot/fix-sort-docs
Browse files Browse the repository at this point in the history
Fix _sort
  • Loading branch information
idrissneumann authored Nov 29, 2023
2 parents 8cfda76 + 3ddd323 commit 6027f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/quickwit/data_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ func processLogsQuery(q *Query, b *es.SearchRequestBuilder, from, to int64, defa
sort = es.SortOrderAsc
}
b.Sort(sort, defaultTimeField, "boolean")
b.Sort(sort, "_doc", "")
b.Size(stringToIntWithDefaultValue(metric.Settings.Get("limit").MustString(), defaultSize))
// TODO when hightlight is supported in quickwit
// b.AddHighlight()
Expand Down

0 comments on commit 6027f54

Please sign in to comment.