aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-02-08 15:53:14 +0000
committerGitHub <noreply@github.com>2026-02-08 15:53:14 +0000
commitb05a7531b76d580fc2378d3fed12f57e5f4b35b1 (patch)
treec80d578507321ebe43f540649daba2bdec47f939 /apps/web/lib
parent960ca9b67915408f26b825886f2b6c6481a658dc (diff)
downloadkarakeep-b05a7531b76d580fc2378d3fed12f57e5f4b35b1.tar.zst
feat: add source filter to query language (#2465)
* feat: add source filter to query language Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * autocomplete source --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index 06cfd7a1..567ffb49 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -802,6 +802,8 @@
"type_is_not": "Type is not",
"is_from_feed": "Is from RSS Feed",
"is_not_from_feed": "Is not from RSS Feed",
+ "is_from_source": "Source is",
+ "is_not_from_source": "Source is not",
"is_broken_link": "Has Broken Link",
"is_not_broken_link": "Has Working Link",
"and": "And",