Area |
ID |
Type |
Description |
Released |
|
FIND-10068
|
|
ServiceQueue Bug for Indexing
Fixed an issue where creating a development index with disableServiceQueue=false in the web.config caused exceptions to be thrown.
EPiServer.Find 14.2.0; EPiServer.Find 13.4.9;
|
Soon to be released
|
|
FIND-10785
|
|
find.js should have a defer attribute
Fixed an issue where find.js hurt the Google pagespeed score because it blocked page loading. A defer attribute was added to the script tag so it can be downloaded in parallel to the HTML.
Note – This was done only for Find API v14.x because the ability to add attributes in the ClientResource class was added in CMS 12.1. (See CMS-18710)
EPiServer.Find 14.2.4;
|
Jan 03, 2023
|
|
FIND-10845
|
|
Find.cms should be using System.Linq.Async 6.0.1
Fixed an issue where EPiServer.Find.Cms 14.2.x should have depended on 6.0.1 and not 6.0.0.
EPiServer.Find 14.2.4;
|
Jan 03, 2023
|
|
FIND-10852
|
|
FIND-5191 has multiple flaws
Fixed issues introduced with bugfix FIND-5191.
This change was intended to address an issue with child content not being updated when the URL segment of the parent content was changed. However, it did not achieve the desired result and can sometimes be very resource-intensive.
To address this, the following changes were implemented:
- Child content is now only indexed when the URL segment changes, rather than on all updates.
- Child content is added to the indexing queue to prevent freezing of the queue processing.
EPiServer.Find 13.5.2; EPiServer.Find 14.2.4;
|
Jan 03, 2023
|
|
FIND-10831
|
|
Personalized Find doesn't work when session is disabled
Fixed an issue where Personalized Find did not work when session was disabled.
EPiServer.Find 14.2.4;
|
Jan 03, 2023
|
|
FIND-10363
|
|
View 'FindBootstrapper' was not found issue after upgrade
Fixed an issue where FindBootstrapper was not found after you upgraded to the latest Episerver.Find packages.
EPiServer.Find 14.2.1;
|
Oct 11, 2022
|
|
FIND-5191
|
|
Changing URL segment property does not reindex descendants
When a url (UrlSegment) of a page was changed, child pages were not updated in the Find index which caused invalid URLs to be listed in search results.
EPiServer.Find 14.1.0; EPiServer.Find 13.4.9;
|
Jun 07, 2022
|
|
FIND-9880
|
|
Upgrade Find Client to .Net 6
Adding .NET 6 support to the Search & Navigation (Find) client.
EPiServer.Find 14.1.0;
|
Jun 07, 2022
|
|
FIND-9204
|
|
Find hit tracking accepts hit.id without type
Fixed an issue that caused a 500 error on an _msearch call while attempting to view search statistics for a specific query. Track ID was supposed to contain [content_type]/[id].
EPiServer.Find 13.4.8;
|
Mar 15, 2022
|
|
FIND-9872
|
|
Adding best bets sends one config request for every existing best bet
Fixed an issue where adding best bets sent one config request for every existing best bet.
If you have many bests bets it can make adding/editing best bets in the Find UI result in a timeout.
EPiServer.Find 13.4.8;
|
Mar 15, 2022
|