I have noticed in Rails console that
Model.search_for_ids.size != Model.all.size
Moreover Thinking Shpinx method search_for_ids returns maximum 20 entries.
Any idea how to set unlimited entries for search_for_ids?
:per_page works but in my opinion, it's ugly to write code like that
Model.search_for_ids :with => conditions, :per_page => 1294967294