Skip to content

Releases: Aplia/ezfind

Bugfixes for error handling and BoostFunctions

16 Sep 08:17
Compare
Choose a tag to compare
  • Protect against exceptions while indexing
    Currently the cronjob indexing process will stop if an exception occurs
    while fetching metadata. This is now caught and the process can continue.

  • Fixed bug with boosting fields
    When using the BoostFunctions parameter the wrong query/field
    gets overwritten. When the boost field is decoded it
    stored using numerical keys instead of the basename.
    This key (which is now numerical) is then later used by a call to
    array_search which forces all values in the array to be converted
    to a numerical value before comparing

v1.0.1: Handle all exceptions during indexing

05 Aug 09:14
Compare
Choose a tag to compare

If the addObject() method results in an exception then handle it and mark it as an error instead of stopping execution.

Re-initialized versioning for tag-based package management

05 Feb 10:59
Compare
Choose a tag to compare