dougal / acts_as_indexed

Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app
http://douglasfshearer.com/blog/rails-plugin-acts_as_indexed
MIT License
211 stars 49 forks source link

Fix exception when using offsets past the result size. #52

Closed boone closed 8 years ago

boone commented 10 years ago

This line raises with "undefined method `map' for nil:NilClass" if the offset goes beyond the result set, for example if a high page number is specified while trying to paginate.