Skip to content

Default Query support

Compare
Choose a tag to compare
@akshaisarma akshaisarma released this 20 Jul 20:45
· 26 commits to master since this release

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.

This fixes #49, #53 and #55.