mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 12:34:37 +02:00
if filter_op contains a __ the value is set to the right hand side.
e.g.
?_filter_column=col&_filter_op=isnull__1&_filter_value=x
Redirects to:
?col__isnull=1
Refs #86
|
||
|---|---|---|
| .. | ||
| test_app.py | ||
| test_inspect.py | ||
| test_utils.py | ||