module Alchemy::PgSearch::Searchable
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