Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 callable 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: