Skip to content
This repository has been archived by the owner on Feb 23, 2025. It is now read-only.

feat: bookmark text search #274

Merged
merged 2 commits into from
Apr 16, 2023
Merged

feat: bookmark text search #274

merged 2 commits into from
Apr 16, 2023

Conversation

hi-ogawa
Copy link
Owner

@hi-ogawa hi-ogawa commented Apr 16, 2023

@hi-ogawa hi-ogawa force-pushed the feat-bookmark-text-search branch from 6029c53 to 962c7c4 Compare April 16, 2023 04:42
Comment on lines +93 to +96
// TODO(perf): fulltext index? avoid count?
request.q
? E.like(T.bookmarkEntries.text, `%${request.q}%`)
: undefined
Copy link
Owner Author

@hi-ogawa hi-ogawa Apr 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry about perf since it won't be used so often.
Just yet another todo item for

@hi-ogawa hi-ogawa merged commit 7649c9d into master Apr 16, 2023
@hi-ogawa hi-ogawa deleted the feat-bookmark-text-search branch April 16, 2023 05:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: bookmark text search
1 participant