Skip to content

Commit

Permalink
Merge pull request #151 from hitobito/feature/2936/quicksearch-indexing
Browse files Browse the repository at this point in the history
Remove inclusion of PgSearchable
  • Loading branch information
kronn authored Nov 8, 2024
2 parents 9e1e757 + 3aa467e commit ab52c33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/jubla/person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module Jubla::Person

Person::SEARCHABLE_ATTRS << :name_mother << :name_father << :nationality << :profession << :bank_account <<
:ahv_number_old << :insurance_company << :insurance_number
include PgSearchable
end

module ClassMethods
Expand Down

0 comments on commit ab52c33

Please sign in to comment.