diff --git a/query/query.go b/query/query.go index 691fbce..01b8a13 100644 --- a/query/query.go +++ b/query/query.go @@ -59,6 +59,7 @@ cost of the layer of abstraction. */ type Query struct { Prefix string // namespaces the query to results whose keys have Prefix + SeekPrefix string // if set, an alternate to Prefix that initially positions the query (n/a for some impls) Filters []Filter // filter results. apply sequentially Orders []Order // order results. apply hierarchically Limit int // maximum number of results