kidpollo / tanker

IndexTank Integration with your fav ORM
MIT License
97 stars 30 forks source link

Added support to conditional indexing #60

Closed herval closed 12 years ago

herval commented 12 years ago

In case you want to index just specific instances of a given model (e.g.: only index users with the status 'confirmed'). We followed the suggestion someone raised in this ticket: https://github.com/kidpollo/tanker/issues/33

hope it helps :-)

kidpollo commented 12 years ago

This is awesome!! Can you be a little more specific in the readme? I find the any_instance_methods thing kinda vague. Ca u just add a method that exemplifies a normal condition? like is_public? or somethinf.

herval commented 12 years ago

done :-)