Module: Alchemy::PgSearch::Searchable

Extended by:
ActiveSupport::Concern
Defined in:
lib/alchemy/pg_search/searchable.rb

Overview

Ensures that the current content definition value for searchable gets persisted.

It is enabled per default, but you can disable indexing in your elements.yml file.

Example

name: secrets
contents:
- name: confidential
  type: EssenceRichtext
  searchable: false