All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.0-beta.11 - 2021-12-03
- Obsoleted the
Suggestions
class for .NET Framework. You can now use theISuggestionService
interface via dependency injection.
1.0.0-beta.10 - 2021-11-25
- Extra logging
1.0.0-beta.9 - 2021-11-25
- Added support for enabling logging with the
EnableLogging
option
1.0.0-beta.8 - 2021-11-25
- Added support for language variants
1.0.0-beta.7 - 2021-11-22
- Package will now index from Umbraco TinyMCE fields
- Swapped
StandardAnalyzer
forCultureInvariantWhitespaceAnalyzer
1.0.0-beta.6 - 2021-11-22
- Added
nodeName
to index by default so that the Examine Dashboard shows the node name
- Adjusted reference to Umbraco temp folder for v9
- Updated index settings for v8
1.0.0-beta.5 - 2021-11-20
- Downgraded
Lucene.Net
dependency to4.8.0-beta00014
for Umbraco 9 compatibility
1.0.0-beta.4 - 2021-11-19
- Option to enable or disable index on startup (default enabled)
- Option to enable or disable indexing on content published (default enabled)
1.0.0-beta.3 - 2021-11-19
- Hotfix - disable packaging files into the NuGet package
- Hotfix for getting the correct local TEMP path when using
"LocalTempStorageLocation": "EnvironmentTemp"
1.0.0-beta.1 - 2021-11-18
- Multi-targeted package for both .NET Framework and .NET Core
- Added support for multi-word search
- Added options for configuring background rebuild (toggling on and off, and determining the time between starting and repeating)
1.0.0-alpha - 2021-08-13
- Configure the index name via web.config
- Configure the indexed field(s) via web.config
- Initial release! Just the basic source code for now.