Skip to content

Commit f7091d9

Browse files
authored
Merge pull request #209 from aaronshaf/fix/optional-range
fix: make range (sort) key optional
2 parents 19177a2 + 9c702bb commit f7091d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/scan.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
}
358358
359359
function addRangeKeyFilter (rangeKey, values) {
360-
addFilter(rangeKey, values, true, ['=', '<', '<=', '>', '>=', 'BETWEEN', 'begins_with'])
360+
addFilter(rangeKey, values, false, ['=', '<', '<=', '>', '>=', 'BETWEEN', 'begins_with'])
361361
}
362362
363363
function removeFilter (node) {

0 commit comments

Comments
 (0)