Skip to content

Commit

Permalink
feat(ui): change filter to AND (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Apr 21, 2022
1 parent 287fa5d commit d1618a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/controller/QueryControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class QueryControl {
}
const typeFilter = new Filter({
filters: typeFilters,
and: false,
and: true,
});
const typesTagsFilter = new Filter({
filters: [tagsFilter, typeFilter],
Expand Down

0 comments on commit d1618a0

Please sign in to comment.