8 Commits

Author SHA1 Message Date
Le Tan
4b0152c606 VSearch: fix tag search
"abc def" to search file with tag "abc" and "def".
2018-08-22 20:08:10 +08:00
Le Tan
5f65dc95c5 VSearch: support searching Explorer directory 2018-07-18 20:04:57 +08:00
Le Tan
f94169053e UniversalEntry: support searching tags
- z: search tags of notes in all notebooks;
- c: search tags of notes in current notebook;
- v: search tags of notes in current folder;
2018-06-16 09:01:15 +08:00
Le Tan
7de9eab039 UniversalEntry: add y to list and search outline of current note 2018-03-30 22:23:37 +08:00
Le Tan
2bfa5f9f52 VSearchEngine: use batch mode to update results 2018-03-29 21:57:06 +08:00
Le Tan
28d359c4bb search: add search Object Path
1. For internal file and folder, search the relative path;
2. For orphan file, search the complete path;
2018-03-21 19:34:59 +08:00
Le Tan
7c9da2a37c search: support && and || logical operator
- Space-separated keywords are combined as AND;
- && and || for AND and OR;
- Do not support using both && and ||;
- When multiple keywords are specified, will not show all the matched lines.
2018-03-15 22:00:14 +08:00
Le Tan
a2ee5413a1 support search
- Ctrl+E C to toggle the search dock;
2018-03-13 20:45:44 +08:00