mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01: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 | ||