issues_fts: 267788884
This data as json
rowid | title | body |
---|---|---|
267788884 | Support Django-style filters in querystring arguments | e.g /database/table?name__contains=Simon&age__gte=4 Same format as Django: double underscore as the split. If you need to match against a column that happens to contain a double underscore in its official name, do this: /database/table?weird__column__exact=Simon __exact is the default operation if none is supplied. |