concordusapps / inquire.js

Generate advanced query strings.
http://concordusapps.github.io/inquire.js/
MIT License
11 stars 2 forks source link

Implement as a tree. #2

Closed joneshf closed 11 years ago

joneshf commented 11 years ago

I feel that it'd be easier to reason about the outcome of the query string if it was implemented as a tree. The api shouldn't have to change, but the implementation should be a tree rather than just working with a string. Of course, since this is js-realm, by tree, I mean object.

joneshf commented 11 years ago

Version 0.1.0 takes care of this