zadam
66c5606d46
implemented "rawContent", #1637
2021-02-14 19:27:31 +01:00
zadam
f528799fed
added "limit" search modifier to search definition
2021-02-13 23:52:52 +01:00
zadam
5eb850bf59
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# src/services/search/services/search.js
2021-02-13 12:27:10 +01:00
zadam
4914160590
fix correct application of <small> tag, closes #1635
2021-02-13 12:23:50 +01:00
zadam
9447d3f9b5
quick search widget WIP
2021-01-31 22:45:45 +01:00
zadam
6068bd7c44
added note properties widget
2021-01-31 12:15:36 +01:00
zadam
fbabdef272
added ancestor depth search criteria
2021-01-26 23:25:18 +01:00
zadam
872e81fe1f
search now supports searching / ordering by note size
2021-01-22 22:20:17 +01:00
zadam
d7e46263be
UI fixes to search definition + backend support
2021-01-18 22:52:07 +01:00
zadam
cd858a73c1
Merge remote-tracking branch 'origin/stable'
2021-01-11 22:49:08 +01:00
zadam
e89057a771
search note content only if not excluded by other expressions
2020-12-25 20:46:04 +01:00
zadam
479d6ba964
Merge remote-tracking branch 'origin/stable'
2020-12-25 12:56:34 +01:00
zadam
577dc95ab8
convert into whitespace also for large notes
2020-12-25 12:55:16 +01:00
zadam
a266d6a3d5
don't strip tags for very large text notes, #1500
2020-12-24 23:37:21 +01:00
zadam
749b6cb57e
don't strip tags for very large text notes, #1500
2020-12-24 23:33:42 +01:00
zadam
f8089ba370
fixed saved search refresh
2020-12-17 21:19:52 +01:00
zadam
96eff4c410
fixed search tests
2020-12-15 15:09:00 +01:00
zadam
3a12181a57
search fixes WIP
2020-12-14 23:59:05 +01:00
zadam
be543737a9
sorting search results occurences in the note title
2020-12-11 13:54:41 +01:00
zadam
90d33f56c3
implemented "search in subtree"
2020-12-05 23:00:28 +01:00
zadam
52b8162d01
WIP per-tab hoisting
2020-11-23 22:52:48 +01:00
zadam
b12008e313
more robust search in face of inconsistent cache
2020-11-17 20:44:38 +01:00
zadam
8c4ff7ed2a
fix using smart values with .dateCreated, closes #1338
2020-10-27 22:45:22 +01:00
zadam
d163289003
fixed messed up highlighting when searching e.g. "a"
2020-09-27 23:11:56 +02:00
zadam
748979eafd
fix note.text #1263
2020-09-24 23:13:27 +02:00
zadam
1fcb99fa60
fix duplication of search results when conforming to multiple expressions in OR relation, closes #1262
2020-09-23 22:27:19 +02:00
zadam
bdebb35f62
better error reporting on failed search
2020-09-23 22:18:26 +02:00
zadam
2b1383205b
test fixes
2020-09-23 21:05:26 +02:00
zadam
a73733d0fc
renamed ParsingContext to SearchContext
2020-09-08 21:47:37 +02:00
zadam
80f269d844
moved similar notes from sidebar to the center pane
2020-09-07 23:35:41 +02:00
zadam
75c9db6432
fixed search API and its default settings to include archived notes
2020-09-07 22:11:16 +02:00
zadam
69e36d2677
refactoring for archived notes handling in note cache
2020-09-07 00:05:01 +02:00
zadam
15d94e91db
fix note autocomplete for non-recent notes
2020-09-03 22:37:51 +02:00
zadam
0bd9b849b2
fix problems with updating note in note cache when entities are coming out of order (e.g. sync)
2020-09-03 21:37:06 +02:00
zadam
918e827d91
fix potential null in mime or type in note cache
2020-09-03 17:51:37 +02:00
zadam
0aef99b98e
attr detail automatically focuses the name input and allows saving with ctrl+enter.
2020-09-01 22:47:36 +02:00
zadam
5fd58def11
small refactorings
2020-08-30 23:19:55 +02:00
zadam
b793f8cb88
search will also look for type and mime by default
2020-08-30 23:12:49 +02:00
zadam
172f3689fa
optimization of search
2020-08-28 23:20:22 +02:00
zadam
5a8c3f6a2b
removed forgotten console.logs
2020-08-28 22:52:57 +02:00
zadam
46e373e822
"smart" date values can now freely contain whitespaces
2020-08-23 21:53:50 +02:00
zadam
0b38e24185
fixes to saved search
2020-08-20 15:23:24 +02:00
zadam
d037420acb
note. prefix also separates fulltext tokens from expression tokens
2020-08-20 13:53:15 +02:00
zadam
52e0f838a9
fulltext now ignores archived notes like it used to in the old implementation
2020-08-20 00:15:08 +02:00
zadam
5b1e229d7d
added note.text + tests
2020-08-19 23:00:51 +02:00
zadam
53c361945b
fix setting mime after import + cleanup of old search code
2020-08-18 22:20:47 +02:00
zadam
53b39e2e82
many changes related to #1192 :
...
- use CSS contain wherever possible to reduce subtrees of forced reflows
- reduced dependency between note and note_contents updates which will reduce number of updates to components
- optimization of "many rows" querying
2020-08-16 22:57:48 +02:00
zadam
625483a8f2
fixes
2020-08-15 00:06:26 +02:00
zadam
02cc52af66
small improvements and fixes
2020-08-06 23:55:17 +02:00
zadam
0eb77e43e2
full text search uses in-memory search even for unprotected notes and preprocesses content with tag stripping
2020-07-23 23:38:38 +02:00