diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/dashboard/search/useSearchAutocomplete.ts | 6 | ||||
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/search/useSearchAutocomplete.ts b/apps/web/components/dashboard/search/useSearchAutocomplete.ts index cce5fc0b..ba55d51f 100644 --- a/apps/web/components/dashboard/search/useSearchAutocomplete.ts +++ b/apps/web/components/dashboard/search/useSearchAutocomplete.ts @@ -64,6 +64,12 @@ const QUALIFIER_DEFINITIONS = [ appendSpace: true, }, { + value: "is:broken", + descriptionKey: "search.is_broken_link", + negatedDescriptionKey: "search.is_not_broken_link", + appendSpace: true, + }, + { value: "url:", descriptionKey: "search.url_contains", }, diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index ccd80ba2..33c7d6e2 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -662,6 +662,8 @@ "type_is_not": "Type is not", "is_from_feed": "Is from RSS Feed", "is_not_from_feed": "Is not from RSS Feed", + "is_broken_link": "Has Broken Link", + "is_not_broken_link": "Has Working Link", "and": "And", "or": "Or", "history": "Recent Searches", |
