Skip to content

Releases: Flowpack/Flowpack.SearchPlugin

Neos 3.0 support

08 Feb 11:40

Choose a tag to compare

This release supports Neos 3.0

2.1.2

11 Jan 13:47
37c97f9

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

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.

2.1.0

08 Jul 14:38

Choose a tag to compare

This release brings a number of features and improvements over 2.0.0:

  • add separator to node path items in search results template
  • translation support (includes de, en, pl)
  • support for AJAX-based search
  • configuration of pagination using TypoScript

Note: There is one change that might require an adjustment: If you changed the wrap for the list of results, that needs to be adjusted. The default TypoScript changed from

searchResultRenderer.@process.wrap = ${'<ol>' + value + '</ol>'}

to

searchResultRenderer = TYPO3.TypoScript:Tag {
    tagName = 'ol'
    content = Flowpack.SearchPlugin:SearchResultRenderer
}

2.0.0

08 Jul 14:39

Choose a tag to compare

This is the first usable version of this package. Take a look at the code (it is only a small codebase) to see how it can be used and adapted.