MTL Toolbox: Difference between revisions

74 bytes added ,  12:10, 9 February 2022
m
Line 23: Line 23:


== Technical Notes ==
== Technical Notes ==
* fts4: [https://sqlite.org/fts3.html SQLite FTS3 and FTS4 Extensions]
* FTS4 full-text searches: [https://sqlite.org/fts3.html SQLite FTS3 and FTS4 Extensions]
* Token prefix queries: use the asterisk ('*') at the end
* Token prefix queries: use the asterisk ('*') at the end
** Example: {{TE|Taioa*}}
** Example: {{TE|Taioa*}}
* Specify a column-name followed by a colon (':')
* Specify a column-name followed by a colon (':')
** Example: {{moe|thj:頭*}}
** Example: {{dft|thj:頭*}} (you should see all entries starting with this Harnji)


== See Also ==
== See Also ==
44,871

edits