Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In-Portal allows to search for data, entered in Catalog, on the Front-End. The "Configuration > Module Name > Search" section of each module allows to specify:

  • what fields should be searchable
  • what weight match in each field has (used during relevance calculation)

Right now pages can only be found by their fields (Title, Description, etc.) and not the content, that is entered on the using orange "Edit Content" button in the "Content Mode".

Proposing to make content block text searchable.

Solution

  1. Add multilingual ContentBlockContent field to page-revision unit.
  2. Fill ContentBlockContent by concatenated content of all page revision content blocks when content block is changed.
  3. Insert new record to SearchConfig about this new field with join to live page-revision.

Related Tasks

  • No labels