Filtering by ranges in datastore API
问题 The datastore API documentation at http://docs.ckan.org/en/ckan-2.2/datastore.html describes how methods such as "datastore_delete" or "datastore_search" can include a "filter" parameter to filter results. filters (dictionary) – filters to apply before deleting (eg {“name”: “fred”}). If missing delete whole table and all dependent views. (optional) Taking into account the {"name": "fred"} example, it seems that filtering is based in exact matching. However, is it also possible to specify a