Forward deprecation
This commit is contained in:
parent
cc080191fb
commit
cdb4772145
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ require 'json'
|
|||
class Package < ApplicationRecord
|
||||
# PostgreSQL-based full-text search:
|
||||
# https://github.com/Casecommons/pg_search
|
||||
include PgSearch
|
||||
include PgSearch::Model
|
||||
# TODO: Make search weighted on users' rating
|
||||
pg_search_scope :general_search,
|
||||
# :against => [:name, :description, :long_description],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue