Area |
ID |
Type |
Description |
Released |
|
FIND-5191
|
|
Changing URL segment property does not reindex descendants
When url (UrlSegment) of a page was changed, child pages were not updated in the Find index causing invalid urls to be listed in search results.
EPiServer.Find 14.1.0;
|
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
|
|
FIND-9858
|
|
Exceptions should not be kept in memory by the ContentIndexer
Fixed an issue where the content indexer had a collection of exceptions (called _indexingExceptions), which could cause a memory leak.
EPiServer.Find 13.4.8;
|
Mar 15, 2022
|
|
FIND-5583
|
|
Find and ServiceApi Conflict
Fixed an issue where adding ServiceApi to the project caused the unified search to stop working. (If you removed the ServiceApi nugget, it would work again because of a lack of user and roles in the first request.)
EPiServer.Find 13.4.8;
|
Mar 15, 2022
|
|
FIND-9483
|
|
Avoid duplicate hits and inconsistent scoring
Fixed an issue where sometimes visitors got duplicate hits when paginating, which happened only for non-ordered constant score queries because different shards were answering the same query.
EPiServer.Find 13.4.8;
|
Mar 08, 2022
|
|
FIND-9574
|
|
[Netcore] A NullReferenceException exception occurred when adding MapControllerRoute
[Netcore] A NullReferenceException exception occurred when adding MapControllerRoute, when the search result should have been returned.
EPiServer.Find 14.0.4;
|
Nov 23, 2021
|
|
FIND-9316
|
|
Logging of serialization errors was incorrect
Logging of errors was enhanced to be more informative.
EPiServer.Find 13.4.7; EPiServer.Find 14.0.4;
|
Nov 16, 2021
|
|
FIND-6456
|
|
SearchTypeName is not updated when culture updated
When a culture was set in web.config, the indexing job should have updated the SearchTypeName. For example, setting the culture to Swedish (sv-SE), SearchTypeName should have updated to Sida but was listed incorrectly as Page.
EPiServer.Find 13.4.7; EPiServer.Find 14.0.4;
|
Nov 16, 2021
|