Skip to content

Commit 7285845

Browse files
committed
Internal search: Return all document ids when no filters are provided
1 parent 4104faf commit 7285845

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/store/src/search/query.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ impl Store {
5454
}
5555

5656
let mut results;
57-
5857
if query.filters.len() > 1 {
5958
let mut filters = query.filters.into_iter().peekable();
6059
while let Some(filter) = filters.next() {

0 commit comments

Comments
 (0)