Currently we can search only by page (category) attributes (Title
, Description
, etc.). But searching by page content is needed very often.
I propose to create search by content block.
Solution
- Add multilingual
ContentBlockContent
field topage-revision
unit. - Fill
ContentBlockContent
by concatenated content of all page revision content blocks when content block is changed. - Insert new record to
SearchConfig
about this new field with join to live page-revision.