London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

dada
Jan 17, 2023
  1884
(0 votes)

Unlisting Episerver.Find packages 13.4.9-13.5.1 and 14.1.0-14.2.2

Dear partners and developers,

Due to issues introduced with this change/release https://world.optimizely.com/documentation/Release-Notes/ReleaseNote/?releaseNoteId=FIND-5191
which impacts both clients and the Find service we are delisting the following Episerver.Find.* package from our NuGet feed with immidate effect with the exception of Episerver.Find.Commerce.

  • 13.4.9, 13.5.1, 14.1.0, 14.2.1, 14.2.2

    If you're on any of these versions mentioned above make you sure you upgrade.
    Note that unlisting packages will still let you install them if you're already referencing them.

These issues caused the following symptoms:

  • Updating content with child content often incorrectly causes child content to get reindexed which
    consumes unneccessary resources from both web app and Find cluster.
  • Delays in updates i.e. delete, save and publishing, to reflect in the Find index due to indexing queue growing large.
  • Performance issues in the CMS UI.

These issues were fixed with releases 13.5.2 and 14.2.4.
More information available here https://world.optimizely.com/documentation/Release-Notes/ReleaseNote/?releaseNoteId=FIND-10852

Jan 17, 2023

Comments

Please login to comment.
Latest blogs
Render ContentArea without wrapping them in surrounding div

CustomContentAreaRenderer is a specialized class that overrides the default ContentAreaRenderer. It customizes the rendering behavior for content...

sunylcumar | May 18, 2025

Indexing a content item programatically

public bool IndexContent(int contentId, bool contentOnly, bool childrenOnly, string language) { // Retrieve the content var contentReference = new...

sunylcumar | May 18, 2025

Add a new menu item to the Admin Menu in Optimizely CMS

Create a new Controller called CustomMenuController and decorate with [Authorize(Roles ="CMSAdmins")] so that it will be accessed by admins only...

sunylcumar | May 18, 2025

Display page/block thumbnail based on selected site in multi-site solution

In previous blog we described how to control the visibility of the blocks or properties based on the current site in multisite solution. We can use...

Tomek Juranek | May 16, 2025