Skip to content

Commit

Permalink
use in:all for highlights filter (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Jan 4, 2024
1 parent a833a68 commit 68a9784
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 68a9784

Please sign in to comment.