kidpollo / tanker

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

search_tank alters the options hash #69

Open ghost opened 11 years ago

ghost commented 11 years ago

The search_tank(query, options) method alters the options hash. Might be good for it to dup them first (in search_results) so that the user can repeat the search without recreating the options (or having to dup them itself).