ActiveRecord の構文とメソッドをresults
Sunspot が提供するオブジェクトと統合する方法はありますか?
たとえば、 my句でPost.where(...).search{fulltext 'pizza'}.results
結果をフィルタリングせず、次を返しますwhere(...)
Post.search{fulltext 'pizza'}.results.where(...)
NoMethodError: undefined method 'where' for #<Sunspot::Search::PaginatedCollection:0x007fe9b388bd88>
すべてをインデックス化せずに、Sunspot 検索と ActiveRecord クエリを調整する方法はありますか? 私の AR フィルターのいくつかは複雑すぎて、単純に Sunspot の優先構文で書き直すことはできません。