aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/search.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: strongly type the search plugin interfaceMohamed Bassem2025-09-141-3/+19
|
* fix: Reduce polling interval on meilisearch tasksMohamed Bassem2025-09-061-2/+1
|
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-271-62/+28
|
* feat(workers): Allow custmoizing max parallelism for a bunch of workers. ↵Mohamed Bassem2025-07-051-3/+3
| | | | Fixes #724
* feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast2025-03-221-0/+4
|
* fix: Index the summary in searchMohamed Bassem2024-10-271-0/+1
|
* feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2024-04-151-0/+1
|
* feature: Add PDF support (#88)Ahmad Mujahid2024-04-111-0/+2
| | | | | | | | | | | | | | | | | | | * feature: Add PDF support * fix: PDF feature enhancements * fix: Freeze expo-share-intent version to prevent breaking changes * fix: set endOfLine to auto for cross-platform development * fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues * fix: enhancing PDF feature * fix: Allowing null in fiename for backward compatibility * fix: update pnpm file with pnpm 9.0.0-alpha-8 * fix:(web): PDF Preview for web
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-8/+24
|
* fix: Sort search results by relevanceMohamedBassem2024-03-301-1/+17
|
* feature(web): Add support for attaching notes to bookmarksMohamedBassem2024-03-301-0/+1
|
* feature: Add full text search supportMohamedBassem2024-03-011-0/+50