Skip to content

Releases: Flowpack/Flowpack.SearchPlugin

4.0.0

24 Aug 14:47
6758657
Compare
Choose a tag to compare

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

03 May 13:25
f7e3aba
Compare
Choose a tag to compare
  • Neos 4.0 compatibility
  • Minor bugfixes

Full list of changes: 3.1.0...3.1.1

3.1.0

24 Jan 09:08
3fa3abc
Compare
Choose a tag to compare

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

19 Jan 12:08
b304808
Compare
Choose a tag to compare

Some bugs fixed and decoupled from Elasticsearch.

See 3.0.1...3.0.2

2.1.4

19 Jan 11:46
0b1d63c
Compare
Choose a tag to compare
Merge pull request #33 from daniellienert/task/add-composer-hints

TASK: Add hints to elasticsearch / simplesearch to composer

3.0.1

07 Mar 14:57
Compare
Choose a tag to compare

Set dependency to rewritten Flowpack.ElasticSearch.ContentRepositoryAdaptor

2.1.3

01 Mar 08:13
Compare
Choose a tag to compare
TASK: Pin Flow dependency to ~3.0

Neos 3.0 support

08 Feb 11:40
Compare
Choose a tag to compare

This release supports Neos 3.0

2.1.2

11 Jan 13:47
37c97f9
Compare
Choose a tag to compare

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

11 Jul 10:19
Compare
Choose a tag to compare

This release updates the documentation, so it is finally possible to use this without having to read (only) the source code.