# HG changeset patch # User Bernhard Reiter # Date 1541151501 -3600 # Node ID 33d7c77691554cf017fb6e8a00c818aeef09811f # Parent 7a523e13fcb31e6963ee8da234caf6cc0c14967e Fix typos in TODO.creole (minor) diff -r 7a523e13fcb3 -r 33d7c7769155 TODO.creole --- a/TODO.creole Tue Oct 23 13:06:16 2018 +0200 +++ b/TODO.creole Fri Nov 02 10:38:21 2018 +0100 @@ -21,9 +21,9 @@ should not depend on a fixed database schema. On idea is to save them as a JSON text in a {{{keywords}}} field. -This maybe be given almost directly to a webbased display system +This maybe given almost directly to a webbased display system based on javascript. -They drawback is that SQL cannot be used to query by keyword details, +The drawback is that SQL cannot be used to query by keyword details, but advanced database functions can be used for improving this situation like [[https://www.sqlite.org/json1.html|SQlite' JSON1 extension]].