mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New ?column__date=yyyy-mm-dd filter
This commit is contained in:
parent
1c6649b19b
commit
583b22aa28
3 changed files with 12 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue