Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: bookmark text search
1 participant