Skip to content

Commit c153f9f

Browse files
author
Avital-Fine
committed
document
1 parent 194be7d commit c153f9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redisearch/aggregate.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ func (a *AggregateQuery) Limit(offset int, num int) *AggregateQuery {
201201
return a
202202
}
203203

204-
//Load document fields from the document HASH objects (if they are not in the sortables)
204+
//Load document fields from the document HASH objects (if they are not in the sortables).
205+
//Empty array will load all properties
205206
func (a *AggregateQuery) Load(Properties []string) *AggregateQuery {
206207
nproperties := len(Properties)
207208
if nproperties == 0 {

0 commit comments

Comments
 (0)