13.2.7500.40

Supported Sitefinity versions: 13.2.7500

Released on: Aug 15th, 2022

Release notes

  • Hawksearch V4

    • What’s fixed:

      • When overriding the UpdateIndex function and enabling deferred indexing, scenarios occurred where the custom logic inside UpdateIndex was taking longer than the Delete Interval set in the settings causing the Index to be swapped before completion.

        A base function has been added and should be called at the beginning of the UpdateIndex function when custom logic is added. The recommended delete interval is also 300 seconds.

        New function: EnsureDeffered(name);

        Ex: