Skip to content

Releases: acdh-oeaw/arche-lib

SmartSearch tuning

18 Mar 13:24
Compare
Choose a tag to compare

acdhOeaw\arche\lib\SmartSearch::getInitialFacets() method added

SmartSearch tuning

18 Mar 13:24
Compare
Choose a tag to compare

acdhOeaw\arche\lib\SmartSearch::getInitialFacets() method added

SmartSearch tuning

15 Mar 07:35
Compare
Choose a tag to compare

acdhOeaw\arche\lib\SmartSearch changes:

  • Default weight value can be specified per facet (with a defaultWeight property)
  • The search() method accepts additional int $matchesLimit = 10000 parameter limiting the number of resources matching the search. The limit is applied after sorting the matches by initial weight so only less relevant matches are skipped. It allows avoiding collecting facet values for unmanageably high number of resources.
  • search() skips resources for which at least facet weight is 0. This allows to exclude resources having a given facet value from the search.

SmartSearch tuning

15 Mar 07:35
Compare
Choose a tag to compare

acdhOeaw\arche\lib\SmartSearch changes:

  • Default weight value can be specified per facet (with a defaultWeight property)
  • The search() method accepts additional int $matchesLimit = 10000 parameter limiting the number of resources matching the search. The limit is applied after sorting the matches by initial weight so only less relevant matches are skipped. It allows avoiding collecting facet values for unmanageably high number of resources.
  • search() skips resources for which at least facet weight is 0. This allows to exclude resources having a given facet value from the search.

SmartSearch tuning

12 Mar 09:23
Compare
Choose a tag to compare

acdhOeaw\arche\lib\SmartSearch tuning:

  • Multiple values of the same facet does not increase search match weight (relevance) any more (which was especially unwanted for unweighted facets).
  • Performance fixes

SmartSearch tuning

12 Mar 09:22
Compare
Choose a tag to compare

acdhOeaw\arche\lib\SmartSearch tuning:

  • Multiple values of the same facet does not increase search match weight (relevance) any more (which was especially unwanted for unweighted facets).
  • Performance fixes

SmartSearch enhancements

05 Mar 08:20
Compare
Choose a tag to compare

\acdhOeaw\arche\lib\SmartSearch::setFallbackOrderBy($property, $asc = true) method added allowing to specify ordering of resources with the same weight (relevance).

SmartSearch enhancements

05 Mar 08:19
Compare
Choose a tag to compare

\acdhOeaw\arche\lib\SmartSearch::setFallbackOrderBy($property, $asc = true) method added allowing to specify ordering of resources with the same weight (relevance).

Bugfixes

23 Feb 14:52
Compare
Choose a tag to compare

SmartSearch: search only among active resources.

Bugfixes

23 Feb 14:49
Compare
Choose a tag to compare

SmartSearch: search only among active resources.