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

Wishlist? #21

Closed
garbles opened this issue May 1, 2014 · 2 comments
Closed

Wishlist? #21

garbles opened this issue May 1, 2014 · 2 comments

Comments

@garbles
Copy link

garbles commented May 1, 2014

I'd like to work on this library, but I'm not sure where to start. Is there anything specific and maybe smaller that would server as a good starting point?

I noticed that you have a list of 'coming soon' items at the bottom

  • Typecasting support
  • Advanced (simplyfied) query DSL: UsersIndex.query { email == 'my@gmail.com' } will produce term query
  • update_all support
  • Other than ActiveRecord ORMs support (Mongoid)
  • Maybe, closer ORM/ODM integration, creating index classes implicitly
@pyromaniac
Copy link
Contributor

I would suggest two cases: if you are working with other ORM/ODM - you might implement support for it. And one of the smallest things is update_all/delete_all support (for AR, at first, but it would be great if you will implement it inside the adapter to have an ability add this feature for other ORM/ODM)

@garbles
Copy link
Author

garbles commented May 1, 2014

Cool thanks. I might take a look at update_all/delete_all over the weekend.

@garbles garbles closed this as completed May 1, 2014
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