2.0.0
What's Changed
- Breaking: Interface changes for SearchService. New spelling suggestion feature by @chrispenny in #21
Breaking changes (summary)
Suggestionsresult object now returns an array ofFieldobjects instead of an array ofstring- This will not affect you if you only use
Suggestionsin your Silverstripe templates (asFieldalready has aforTemplate()method available that should get used instead) - This will affect you if you have PHP logic that loops through the suggestions returned
- This will not affect you if you only use
- Configuration name
search-analyticshas been renamed todiscoverer-analytics- This will affect you if you have (for example) added custom yaml config that calls
After: 'search-analytics'
- This will affect you if you have (for example) added custom yaml config that calls
SearchServiceAdaptorinterface has been replaced by separate interfaces for each search function- This will affect you if you had implemented a bespoke adaptor to replace one that is being provided by a plugin module
- This will affect you if you manage a plugin module for Discoverer
Full Changelog: 1.2.0...2.0.0