Releases: skttl/umbraco-fulltextsearch8
Releases · skttl/umbraco-fulltextsearch8
2.0.0-beta1
First beta of Full Text Search for Umbraco 9
- Ported the package to net core and Umbraco 9
- Removed the wrapping template for use when rendering - because Umbraco 9 doesn't break the same way.
- Moved configuration to IOptions specified in Startup.cs
1.2.0
- remove empty or null AllowedContentTypes in SearchService by @alexroode
- fixes setting SearchType by @alexroode
- Fix bug when caching cultured content, cached the default culture for all cultures instead
- Changed some info-logging to debug
- Removed task.run stuff when caching
- Adds version number to Umbraco.Sys.ServerVariables for retrieving in dashboard
- Adds functionality for generating a wrapping template for use when rendering (#47)
- Adds ability to limit which content types are being searched
This is probably going to be the last release for Umbraco 8 - v2 for Umbraco 9 coming up :)
1.2.1-beta
- Add template check for indexing nodes (or not)
1.2.0-beta
- Fix bug when caching cultured content, cached the default culture for all cultures instead
- Changed some info-logging to debug
- Removed task.run stuff when caching
- Adds version number to Umbraco.Sys.ServerVariables for retrieving in dashboard
- Adds functionality for generating a wrapping template for use when rendering (#47)
- Adds ability to limit which content types are being searched