Releases: Flowpack/Flowpack.SearchPlugin
Releases · Flowpack/Flowpack.SearchPlugin
2.1.0
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
[email protected] = ${'<ol>' + value + '</ol>'}
to
searchResultRenderer = TYPO3.TypoScript:Tag {
tagName = 'ol'
content = Flowpack.SearchPlugin:SearchResultRenderer
}
2.0.0
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.