Skip to content

Commit

Permalink
use in:all for highlights filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Jan 3, 2024
1 parent 0a6dbfc commit dd6d83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ export const getQueryFromFilter = (
): string => {
switch (filter) {
case "ALL":
return ""
return "in:all"
case "HIGHLIGHTS":
return `has:highlights`
return `has:highlights in:all`
case "ADVANCED":
return customQuery
default:
Expand Down

0 comments on commit dd6d83a

Please sign in to comment.