aplia/childrenindexer

Children indexer allows you to index subitems as an attribute of the parent node. It also works with eZFind.

Installs: 143

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 7

Type:ezpublish-legacy-extension

v1.0.1 2020-09-14 17:34 UTC

This package is auto-updated.

Last update: 2024-04-15 01:31:00 UTC


README

eZPublish extension which allows you to index subitems as an attribute of the parent node. It also works with eZFind.

Latest Stable Version Minimum PHP Version

Description

Children indexer allows to return parent nodes when searching for a term occurring in their (helper) child nodes. For example, by using this extension it is possible to return an article or a forum thread when searching for a term occurring in a related article comment or a forum post.

To use the extension, add a "Reindex parent node" event to the workflow triggered after content is published. You also need to add an attribute of the "Children indexer" datatype to classes used as master nodes. If your site already has some content, you must re-index your site by running bin/php/updatesearchindex.php.

Installation

Install with Composer: composer require aplia/childrenindexer