obisconcept / neos-search-plugin
This package is abandoned and no longer maintained.
The author suggests using the obisconcept/neos-search package instead.
There is no license information available for the latest version (2.0.1) of this package.
A small node type based search plugin for TYPO3 Neos
2.0.1
2020-01-15 14:18 UTC
Requires
- neos/neos: ^3.0.0
- neos/nodetypes: ^3.0.0
README
A small node type based search plugin for TYPO3 Neos.
Installation
Add the package in your site package composer.json
"require": {
"obisconcept/neos-search-plugin": "~1.0"
}
Add these lines to the main Routes.yaml before TYPO3 Neos subroutes definition:
-
name: 'ObisConceptNeosSearchPlugin'
uriPattern: '<ObisConceptNeosSearchPluginSubroutes>'
subRoutes:
'ObisConceptNeosSearchPluginSubroutes':
package: 'ObisConcept.NeosSearchPlugin'
Version History
Changes in 1.1.1
- Bugfix in index template
Changes in 1.1.0
- Bugfixing and refactoring of ajax
Changes in 1.0.4
- Added search tags in Document NodeType
Changes in 1.0.3
- Optimized ajax search
Changes in 1.0.2
- Optimized search engine
Changes in 1.0.1
- Basic Json integration for ajax search
Changes in 1.0.0
- First version of the Neos CMS search plugin