Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature idea: Make resource.filter functions available #10

Open
tillre opened this issue Jun 27, 2012 · 1 comment
Open

feature idea: Make resource.filter functions available #10

tillre opened this issue Jun 27, 2012 · 1 comment

Comments

@tillre
Copy link

tillre commented Jun 27, 2012

It would be nice if one could call filter functions through the generated api.

Maybe like this:

/creatures?filter=vertebraes

And it would also be nice to be able to pass the query parameters along to the (couchdb-)filter, like:

/creatures?filter=vertebraes&limit=10

Or maybe more in couch-manner like:

/creatures/_filter/vertebraes?limit=10

If this sounds worthwhile, id give it a try.

@Marak
Copy link
Contributor

Marak commented Jul 31, 2012

That's a pretty good idea.

Let's wait on Resourceful to bump a few more versions so we can expose this functionality for all database engines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants