Flowpack.SimpleSearch.ContentRepositoryAdaptor
Flowpack.SimpleSearch.ContentRepositoryAdaptor copied to clipboard
Adaptor for the Neos CR, based on the SimpleSearch package
This is implemented the same way as in the `Flowpack.ElasticSearch.ContentRepositoryAdaptor` with the same setting.
Migrate the NodeTypeIndexConfiguration from the ElasticSearchAdaptor to the SimpleSearchAdaptor Resolves: #45
Currently only the ElasticSearch Adaptor gives the possibility to exclude NodeTypes from indexing. In my opinion the best approach would be to just add the same configuration to the SimpleSearch.
Is it possible to include a reference for the Search EEL helper? Tried to find information on this but found nothing.
Example: Create two document node types, one carries the property `email` the second `eMail`. Saving in backend ends in 500 Error and durring indexing the Warning ``` Warning: SQLite3::exec(): duplicate...
Use Case: There's a nodetype "project" which has a property "categories" of type references. On the category page, i want to list all projects which have the current category in...