Flowpack.SearchPlugin
Flowpack.SearchPlugin copied to clipboard
A simple search plugin for Neos
The SuggestedController returns also nodes which are set to hidden. It should respect the settings made in `Flowpack.ElasticSearch.ContentRepositoryAdaptor.driver.mapping`
Would be nice to have similar detailed instructions for people who would use Simple Search. ATM, only ElasticSearch configuration is explained in more detail.
A client of ours downgraded from 4.1.0 to 4.0.1 saying > version 4.1.0 has Neos 5-only support and breaks the node indexing. If that is the case, - the composer...
We have a project setup with an external Wordpress blog and a NEOS CMS. The WP content is also indexed in the same Elasticsearch by using https://github.com/10up/ElasticPress. The indexed Wordpress...
I'm using this plugin together with `Flowpack.SimpleSearch.ContentRepositoryAdaptor`. When entering a searchterm I get an error `Method "searchHitForNode" is not callable in untrusted context`. From what I understand this is an...
DocumentSearchResult.html renders searchhHit.fragement. The last search hit is always the page title, even if the search term is not included in the title Example: https://punkt.de/de/suche.html?search=neos
To avoid ambivalence I usually use a project specific index name for the CR index. So instead of `typo3cr` I would name the index `myproject-cr`. Due to the custom analyzer...
The `Flowpack.SearchPlugin:SearchResultRenderer` uses the `searchHitForNode` on the searchResults, which is only implemented in the `ElasticSearchQueryResult` of the `flowpack/elasticsearch-contentrepositoryadaptor` package. ``` // we also make the full ElasticSearch hit available to...