You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Full-Text Indexing of Pages and other Documents (of course including the full content)
14
14
15
15
16
-
Relevant Packages:
16
+
## Relevant Packages
17
17
18
-
*`TYPO3.TYPO3CR.Search`: provides common functionality for searching TYPO3CR nodes,
18
+
*[TYPO3.TYPO3CR.Search](https://www.neos.io/download-and-extend/packages/typo3/typo3-typo3cr-search.html): provides common functionality for searching TYPO3CR nodes,
19
19
does not contain a search backend
20
-
21
-
*`Flowpack.ElasticSearch`: provides common code for working with Elasticsearch
22
-
23
-
*`Flowpack.ElasticSearch.ContentRepositoryAdaptor`: this package
24
-
25
-
*`Flowpack.SimpleSearch.ContentRepositoryAdaptor`: an alternative search backend (to be used
20
+
*[Flowpack.ElasticSearch](https://www.neos.io/download-and-extend/packages/flowpack/flowpack-elasticsearch-contentrepositoryadaptor.html): provides common code for working with Elasticsearch
21
+
*[Flowpack.ElasticSearch.ContentRepositoryAdaptor](https://www.neos.io/download-and-extend/packages/flowpack/flowpack-elasticsearch-contentrepositoryadaptor.html): this package
22
+
*[Flowpack.SimpleSearch.ContentRepositoryAdaptor](https://www.neos.io/download-and-extend/packages/flowpack/flowpack-simplesearch-contentrepositoryadaptor.html): an alternative search backend (to be used
26
23
instead of this package); storing the search index in SQLite
27
-
28
-
*`Flowpack.SearchPlugin`: search plugin for Neos
24
+
*[Flowpack.SearchPlugin](https://www.neos.io/download-and-extend/packages/flowpack/flowpack-searchplugin.html): search plugin for Neos
29
25
30
26
31
27
## Installation
@@ -47,89 +43,13 @@ Finally, run `./flow nodeindex:build`, and add the search plugin to your page. I
0 commit comments