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; EPiServer.Find 13.5.8;
|
Jun 06, 2023
|
|
FIND-9880
|
|
Upgrade Find Client to .Net 6
Added .NET 6 support to the Optimizely Search & Navigation (Find) client.
EPiServer.Find 14.1.0;
|
Jun 07, 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; EPiServer.Find 13.5.1;
|
Mar 15, 2022
|
|
FIND-9462
|
|
Optimization - TrackQueryCommand.Execute caused unnecessary LOH Heap Allocations
TrackQueryCommand.Execute caused unnecessary LOH Heap Allocations
EPiServer.Find 13.4.5;
|
Sep 21, 2021
|
|
FIND-8128
|
|
Public .Net API for sending requests to queue endpoint
Opt-in functionality to use the new Asynchronous Queues providing higher indexing and tracking throughput.
EPiServer.Find 13.4.0;
|
Feb 16, 2021
|
|
FIND-8483
|
|
Update product name
The product name has been changed from "Episerver Find" to "Episerver Search & Navigation" in the user interface.
EPiServer.Find 13.3.0;
|
Dec 15, 2020
|
|
FIND-8645
|
|
Rework and simplify Find click tracking
- directs user to the expected page, always (this was an issue with previous release)
- works without server side URL validation which would otherwise has meant a request
to Find and in some cases also a DDS lookup.
- does not break target="blank"
- only fires once for each link (until reloaded or if you go back)
- uses Fetch API for browsers that support it which won't cancel slow track requests, otherwise XHR
- using CTRL+CLICK opens in a new tab like expected and not in current tab.
- support for middleclick and cmd+click (mac)
- does not buffer requests to be sent at another time (which won't happen in cases where user leaves the site)
- clean links (href is the true link) and no onclick attribute.
EPiServer.Find 13.2.11;
|
Dec 08, 2020
|