mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
5f5a7880a661df9accb5a4483c18724b38535f0b
Some issues introduced in #954 (https://github.com/BoostIO/Boostnote/pull/954#issuecomment-336344915): - search by `#tag1 #tag2` returns the results of only `#tag2` - search by `#tag1 content` is as same as AND search by `#tag1 content` (and `#tag1` is regarded a word, not a tag) - search by `content #tag1` returns the results of only `#tag1` This commit fixing these: - search by `#tag1 #tag2` returns the results of only `#tag2`  - search by `#tag1 content` is as same as AND search by `#tag1 content` (and `#tag1` is regarded a word, not a tag)  - search by `content #tag1` returns the results of only `#tag1`  NOTE: the examples works without `#` character too, because `findByWord()` checks the tags too.
📣 We've launched a blogging platform with markdown called Boostlog.
Note-taking app for programmers.
Apps available for Mac, Windows, Linux, Android and iOS.
Built with Electron, React + Redux, Webpack and CSSModules.
Authors & Maintainers
Contributors
Thank you to all the people who already contributed to Boostnote!
Supporting Boostnote
Boostnote is an open source project. It's an independent project with its ongoing development made possible entirely thanks to the support by these awesome backers. If you'd like to join them, please consider:
Community
More Information
- Website: https://boostnote.io
- Newsletters: https://boostnote.io/#subscribe
- Development: Development configurations for Boostnote.
- Copyright (C) 2016 - 2018 BoostIO, Inc.
License
Description
Languages
JavaScript
82.6%
Stylus
16.2%
HTML
1.2%
