dvorka / mindforger

Thinking notebook and Markdown editor.
https://www.mindforger.com
GNU General Public License v2.0
2.27k stars 136 forks source link

FTS AND operator #506

Open dvorka opened 6 years ago

dvorka commented 6 years ago

Checkbox allowing to search w/ space meaning AND operator (i.e. 1st token doesn't have to follow 2nd).

dvorka commented 6 years ago

Use Aho-Corasic algorithm for the implementation to make it fast and efficient.