Area |
ID |
Type |
Description |
Released |
|
FIND-5427
|
|
Use secure hashes for Episerver Find scripts
Episerver Find JavaScript can use hashes that align with current security practices.
EPiServer.Find 15.1.1;
|
Jun 06, 2023
|
|
FIND-9374
|
|
[Netcore][Optimization View] Best Bets: Can NOT search and choose any item in Pop-up "Select Content "
Fixed an issue where you could not select target content after searching when creating/editing Best Bets.
EPiServer.Find 15.1.1;
|
Jun 06, 2023
|
|
FIND-11138
|
|
HTML script attribute defer is not rendered correctly
Fixed an issue where search pages created scripts with incorrect defer values using find.js.
Expected:
{script defer/}
Actual:
{script defer="true"/}
EPiServer.Find 15.0.3;
|
Mar 28, 2023
|
|
FIND-11210
|
|
Large content structures can lead to SQL timeout in index job
Indexing large content structures sometimes failed with a SQL timeout. This fix optimizes how the indexer compiles the list of content items to index to avoid the large SQL call that can time out.
EPiServer.Find 15.0.3;
|
Mar 28, 2023
|
|
FIND-11139
|
|
Having an index with CJK language breaks Find UI
Fixed an issue where using a Chinese, Japanese, or Korean (CJK) analyzer/language in an index resulted in an empty language dropdown in the Find user interface.
EPiServer.Find 13.5.7;
|
Mar 21, 2023
|
|
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
|