Module: Kuhsaft::Searchable

Extended by:
ActiveSupport::Concern
Included in:
Page
Defined in:
lib/kuhsaft/searchable.rb

Constant Summary collapse

DICTIONARIES =
{
  en: 'english',
  de: 'german'
}

Instance Method Summary collapse

Instance Method Details

#update_fulltextObject



13
14
15
# File 'lib/kuhsaft/searchable.rb', line 13

def update_fulltext
  self.fulltext = collect_fulltext
end