Releases: Aplia/ezfind
Releases · Aplia/ezfind
Bugfixes for error handling and BoostFunctions
-
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 theBoostFunctions
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
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
v1.0.0 Merge branch 'feature/php7'