MTL Toolbox: Difference between revisions

101 bytes added ,  06:50, 30 July 2022
m
m (→‎Technical Notes: wildcard)
Line 26: Line 26:
== Technical Notes ==
== Technical Notes ==
* FTS4 full-text searches: [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. Similar to but not same as the {{w|wildcard character}} in [[zokgiap hexthorng|operating systems]]
** Example: {{TE|Taioa*}}
** Example: {{TE|Tai*oa*}}
* Specify a column-name followed by a colon (':')
* Specify a column-name followed by a colon (':')
** Example: {{dft|thj:頭*}} (you should see all DFT entries starting with this Harnji)
** Example: {{dft|thj:頭*}} (you should see all DFT entries starting with this Harnji)
44,871

edits