New ?column__date=yyyy-mm-dd filter

This commit is contained in:
Simon Willison 2019-04-15 15:54:54 -07:00
commit 661488e964
3 changed files with 12 additions and 0 deletions

View file

@ -233,6 +233,9 @@ You can filter the data returned by the table based on column values using a que
This is only available if the ``json1`` SQLite extension is enabled.
``?column__date=value``
Column is a datestamp occurring on the specified YYYY-MM-DD date, e.g. ``2018-01-02``.
``?column__isnull=1``
Matches rows where the column is null.