aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/search/QueryExplainerTooltip.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: fix typecheck error in query explainerMohamed Bassem2025-12-081-0/+10
|
* feat(search): add title search qualifier (#1940)Mohamed Bassem2025-09-131-0/+11
| | | | | | | * 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 Wong2025-04-131-0/+26
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-2/+2
|
* feat: Add a search matcher for rss feed bookmarksMohamedBassem2025-04-061-0/+11
|
* feat: Add ability to filter by bookmark typeMohamed Bassem2025-01-121-0/+16
|
* fix: Add i18n for query explainer and add missing url matcherMohamed Bassem2025-01-021-14/+57
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-0/+3
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* feat: Add support for searching for tagged and listed itemsMohamed Bassem2024-12-311-0/+14
|
* feat: Add support for negative search termsMohamed Bassem2024-12-311-4/+8
|
* feat: Introduce advanced search capabilities (#753)Mohamed Bassem2024-12-311-0/+98
* 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