neosrulez/nodesearch

Last activity 06 May 2021 567
composer require neosrulez/nodesearch

A node based search for Neos CMS.

1.0.0

Version
1.0.0
Type
neos-package
Release Date
May 06, 2021 18:37
Source
git
Distribution
zip
Requires
bcbfd2e907f3cb5b8d497c9f9608fdbfeb196c21

NodeSearch

A Neos CMS plugin to add search functionality.

Installation

The NeosRulez.NodeSearch package is listed on packagist (https://packagist.org/packages/neosrulez/nodesearch) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/nodesearch

Settings.yaml

You can define which NodeTypes should not be searched

NeosRulez:
  NodeSearch:
    ignoredNodetypes:
      values:
        - 'Acme.Package:Document.Category'
        - 'Acme.Site:Document.404'

Author

The content of the readme is provided by Github
The same vendor provides 71 package(s).