2
私は本を検索する必要があり、ユーザーは他のユーザーの書籍を表示せずに本のみを検索できる必要があります。Searchkick on RailsでElasticsearchを使用して関連付けによってユーザーアイテムを検索しますか?
ブックモデル
has_many :authors
has_many :users, through: :authors
私が説明したhereとして検索してみましたが、それはうまくいきませんでした。
@Books = Book.search "*", where: { user_id: current_user.id}
私はbooks
モデルがuser_id