Skip to content
Snippets Groups Projects
Commit c2907926 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

Update collection.rb

parent 34db8e75
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class Collection < ApplicationRecord
scope :from_user, ->(user) { where(owner: user) }
searchkick language: 'brazilian', match: :word_start, searchable: [:name, :description, :author], callbacks: false
searchkick language: 'brazilian', match: :word_start, searchable: [:name, :description, :author], callbacks: :async
acts_as_paranoid
has_paper_trail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment