Default Query support
This release removes the defaultFilter
setting that allowed you to specify a default starting filter that would added to every newly created query (either as JSON or a URL that allowed you to dynamically create it) and replaces it with a defaultQuery
that lets you specify an entire query in addition to just filters. You may still provide an URL to dynamically compute the entire query.