46,004
edits
m (→Data) |
|||
Line 56: | Line 56: | ||
== Technical notes == | == Technical notes == | ||
* [[SQLite]]: [https://sqlite.org/fts3.html FTS4] | * Our full-text search is provided by the [[SQLite]]: [https://sqlite.org/fts3.html FTS4] extension. We currently use the Standard Query Syntax. | ||
* Token prefix queries: use the asterisk ('*') at the end. Similar to {{w|wildcard character}} in [[zokgiap hexthorng|operating systems]] (normal wildcard search not currently supported by FTS) | * Token prefix queries: use the asterisk ('*') at the end. Similar to {{w|wildcard character}} in [[zokgiap hexthorng|operating systems]] (normal wildcard search not currently supported by FTS) | ||
** Example: {{TE|Taioa*}}, {{TE|臺*}} | ** Example: {{TE|Taioa*}}, {{TE|臺*}} |
edits