Skip to content

8.2.2.3

Compare
Choose a tag to compare
@SitecoreBot SitecoreBot released this 17 Apr 22:49

Resolved issues

  • 157546 Azure Search does not support full-text search
  • All fixes from Release 8.2.2.2

Compatibility

The release was built for and tested with the following Sitecore products in bare condition (no hotfixes, patches or other customizations, unless explicitly specified):

  • Sitecore CMS 8.2 rev. 161221 (Update-2)
  • Sitecore CMS 8.2 rev. 161115 (Update-1)

Sitecore.Support.145992-8.2.2.3.zip

Contents

  • bin/Sitecore.Support.145992.dll [md5:67E0717A3B6A8DF8685B8AC6E58F9CC1]
  • App_Config/Include/zzz/Sitecore.Support.145992.config [md5:E4645D8DCBE852324C5E7EE57F24853E]

Installation

For all Sitecore instances in the solution:

  1. Uninstall previous version of the patch (if installed).
  2. Make a backup of the files mentioned in Contents section that already exist in Website folder.
  3. Extract the contents of the archive to the Website folder, overwrite existing files if any conflicts occur.
  4. Ensure all custom index configurations reference the documentBuilder node of defaultCloudIndexConfiguration section rather than containing a direct definition of a type. For example, correct node:

    <documentBuilderType ref="contentSearch/indexConfigurations/defaultCloudIndexConfiguration/documentBuilderType" />

    incorrect node:

    <documentBuilderType>Sitecore.ContentSearch.Azure.CloudSearchDocumentBuilder, Sitecore.ContentSearch.Azure</documentBuilderType>
  5. In Sitecore configuration, replace all entries

    Sitecore.ContentSearch.Azure.CloudSearchProviderIndex, Sitecore.ContentSearch.Azure

    to

    Sitecore.Support.ContentSearch.Azure.CloudSearchProviderIndex, Sitecore.Support.145992
  6. Stop the Sitecore instance.
  7. Remove the affected indexes using Azure Search admin page.
  8. Start Sitecore
  9. Rebuild all affected indexes.

Important Notes

  • The patch should be installed only if recommended by Sitecore Support.
  • Any related issues and other feedback should be reported via support portal, check KB 654910 for details.
  • Check KB 077333 to find more information about Sitecore Patches.