| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add is:broken search qualifier for broken links (#2225) | Mohamed Bassem | 2025-12-08 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | Add a new search qualifier `is:broken` that allows users to filter bookmarks with broken or failed links. This matches the functionality on the broken links settings page, where a link is considered broken if: - crawlStatus is "failure" - crawlStatusCode is less than 200 - crawlStatusCode is greater than 299 The qualifier supports negation with `-is:broken` to find working links. Changes: - Add brokenLinks matcher type definition - Update search query parser to handle is:broken qualifier - Implement query execution logic for broken links filtering - Add autocomplete support with translations - Add parser tests - Update search query language documentation Co-authored-by: Claude <noreply@anthropic.com> | ||||
| * | feat(search): add title search qualifier (#1940) | Mohamed Bassem | 2025-09-13 | 1 | -0/+36 |
| | | | | | | | | * fix(search): include link titles in title matcher * docs(search): add title qualifier * docs: remove title qualifier from v0.27 guide | ||||
| * | feat: add support for filtering by bookmark age (#1228) | Brandon Wong | 2025-04-13 | 1 | -0/+26 |
| | | |||||
| * | feat: Add a search matcher for rss feed bookmarks | MohamedBassem | 2025-04-06 | 1 | -0/+36 |
| | | |||||
| * | fix: Fix search query parsing to allow and/or to be identifiers. Fixes #935 | Mohamed Bassem | 2025-02-01 | 1 | -0/+10 |
| | | |||||
| * | feat: Add ability to filter by bookmark type | Mohamed Bassem | 2025-01-12 | 1 | -0/+55 |
| | | |||||
| * | feat: Add support for searching for tagged and listed items | Mohamed Bassem | 2024-12-31 | 1 | -0/+32 |
| | | |||||
| * | feat: Add support for negative search terms | Mohamed Bassem | 2024-12-31 | 1 | -4/+88 |
| | | |||||
| * | feat: Introduce advanced search capabilities (#753) | Mohamed Bassem | 2024-12-31 | 1 | -0/+275 |
| * feat: Implement search filtering in the backend * feat: Implement search language parser * rename matcher name * Add ability to interleve text * More fixes * be more tolerable to parsing errors * Add a search query explainer widget * Handle date parsing gracefully * Fix the lockfile * Encode query search param * Fix table body error * Fix error when writing quotes | |||||
