Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fergiemcdowall committed Oct 26, 2023
1 parent 3fd2ba8 commit b3ccc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Promise.all([
AND(['colour:Black'])
])
.then(([facetResult, queryResult]) =>
AGGREGATION_FILTER(facetResult, queryResult)
AGGREGATION_FILTER(facetResult, queryResult, true)
)
.then(result)

Expand Down

0 comments on commit b3ccc9c

Please sign in to comment.