Releases: Flowpack/Flowpack.SearchPlugin
4.0.0
Remove hard constraints to index names
This removes the default addition of the AutocompletableMixin and the
SuggestableMixin from the package, as well as the analyzer setup done
in the settings.
Instead the README is amended with instructions on how to use this.
This avoids errors when using a custom index name.
3.1.1
- Neos 4.0 compatibility
- Minor bugfixes
Full list of changes: 3.1.0...3.1.1
3.1.0
This is coming with a few bigger changes:
- decoupled from Elasticsearch, can be used with SimpleSearch as well
- much improved handling of suggestions and auto-completions (fetching as well as indexing)
Full list of changes: 3.0.2...3.1.0
3.0.2
Some bugs fixed and decoupled from Elasticsearch.
See 3.0.1...3.0.2
2.1.4
Merge pull request #33 from daniellienert/task/add-composer-hints TASK: Add hints to elasticsearch / simplesearch to composer
3.0.1
Set dependency to rewritten Flowpack.ElasticSearch.ContentRepositoryAdaptor
2.1.3
TASK: Pin Flow dependency to ~3.0
Neos 3.0 support
This release supports Neos 3.0
2.1.2
Through limiting the searchQuery
to only include TYPO3.Neos:Document
nodetypes we ensure all search results are linkable and no internal elements are included.
2.1.1
This release updates the documentation, so it is finally possible to use this without having to read (only) the source code.