Skip to content

Commit f12cafe

Browse files
Merge branch 'v13.0.0' of https://github.com/fergiemcdowall/fergies-inverted-index into v13.0.0
2 parents 41e0820 + b3ccc9c commit f12cafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Promise.all([
150150
AND(['colour:Black'])
151151
])
152152
.then(([facetResult, queryResult]) =>
153-
AGGREGATION_FILTER(facetResult, queryResult)
153+
AGGREGATION_FILTER(facetResult, queryResult, true)
154154
)
155155
.then(result)
156156

0 commit comments

Comments
 (0)