We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe it would be great to have some search functionality from Telegram, maybe with some special commands?
E.g. I send /search someword and the bot returns me the notes containing this word?
/search someword
So I can use it both-ways and not to only write notes.
The text was updated successfully, but these errors were encountered:
feat: add search for memos
1ec31e5
Add "/search string" command which performs search for notes. Fixes: usememos#42
feat: add search for memos (#47)
7d67fc9
* feat: add search for memos Add "/search string" command which performs search for notes. Fixes: #42 * fix: decrease page size to 10 Co-authored-by: boojack <[email protected]> --------- Co-authored-by: boojack <[email protected]>
Successfully merging a pull request may close this issue.
Maybe it would be great to have some search functionality from Telegram, maybe with some special commands?
E.g. I send
/search someword
and the bot returns me the notes containing this word?So I can use it both-ways and not to only write notes.
The text was updated successfully, but these errors were encountered: