• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

acdh-oeaw / arche-lib / #266 / 1
32%
master: 29%

Build:
Build:
LAST BUILD BRANCH: 7.4.0
DEFAULT BRANCH: master
Ran 12 Mar 2024 08:04AM UTC
Files 28
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Mar 2024 06:18PM UTC coverage: 31.688% (-0.4%) from 32.125%
#266.1

push

php-coveralls

zozlak
SmartSearch reorganized:

* search() does not permutate resource's facet values any more.
  Currently the _matches intermediate table has a fixed structure of
  id, ftsid, property, linked_property, facet, value, weight
  with each facet value of a given resource represented by exactly one
  row. Unweighted facets have weight of null and the final weight is
  computed by a two-stage aggregation. At first stage the highest weight
  of a given resource-facet is taken and then they are multiplied
  (skipping nulls). That way resources with many facet values do not get
  more relevant that they should be.
* To avoid crazy execution plans the search() now creates a temporary
  table on each search stage (filters, search, facets list)
* getSearchPage() and getSearchFacets() adjusted to the current shape of
  the _matches table resulting from changes in the search() method
* Leftovers of range facets before they were separated cleaned up.

443 of 1398 relevant lines covered (31.69%)

2.75 hits per line

Source Files on job #266.1
  • Tree
  • List 28
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 266
  • d9425c23 on github
  • Prev Job for on 5.8.1 (##257.1)
  • Next Job for on 5.8.1 (##269.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc