Skip to content

Commit

Permalink
fix: Zotero.Search Operator
Browse files Browse the repository at this point in the history
fix: #45
  • Loading branch information
windingwind committed Aug 9, 2024
1 parent 8e6ec7f commit 36ed889
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion types/xpcom/data/search.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,13 @@ declare namespace Zotero {
| "isAfter"
| "contains"
| "doesNotContain"
| "beginsWith";
| "beginsWith"
| "isLessThan"
| "isGreaterThan"
| "any"
| "all"
| "true"
| "false";
// Zotero.SearchConditions.getStandardConditions().map((c) => `'${c.name}'`).join(" | ");
type Conditions =
| "numPages"
Expand Down

0 comments on commit 36ed889

Please sign in to comment.