-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
48 lines (36 loc) · 902 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
+ move all Bibles to Blocks
+ make session really work - multiple sessions and select
+ ESword Bibles
+ ESword Dictionary
+ fix webkit hangs
+ make cache working, see src/ui/webview.cpp
+ new search based on Blocks
good tools: sqlitebrowser
search structure
multiple indexes:
chapterIndex
id
plainText
strongText
rmacText
verseIndex
id
chapterID
plainText
strogText
rmacText
wordIndex
chapterID
verseID
plain
strong
rmac
example query
"Gott ist Liebe"
word oder wort in einem vers -> "plainText:word or plainText:word"
G123 und G345 in einem Vers -> "strong:G123 or strong:G345"
(G123 und rmac=N-gsf) und G345 in einem vers -> "[strong:G123 and rmac:n-gsf] and strong:G345
rmac cache:
index ->
case -> Accusative
QHash<QString, QHash<Selector,Content>>