We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae811a0 commit 912bdf4Copy full SHA for 912bdf4
src/app/search/items/search-filters/known-values.ts
@@ -198,6 +198,9 @@ export const itemTypeFilter = {
198
break;
199
}
200
201
+ if (filterValue === 'engrams') {
202
+ return (item) => item.isEngram;
203
+ }
204
return (item) => item.bucket.hash === bucketHash;
205
},
206
fromItem: (item) => `is:${bucketToType[item.bucket.hash as BucketHashes]}`,
0 commit comments