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

acdh-oeaw / arche-lib / #138
29%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2022 03:16PM UTC
Jobs 1
Files 23
Run time 20min
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

pending completion
#138

push

php-coveralls

zozlak
Search sorting reimplemented.

The only reliable search sorting is to perform it server-side. It anyway
has to be done server side for paging so the question is just if we can
replicate the same order client side. The answer is "clearly no" until
the ordering data isn't explicetly provided as yet another technical
triples (because there's no way to check if e.g. client locale match
server database localle, if their exact collation rules are equal,
etc.).

This commit includes adds generation of ordering triples on the server
side (in the RepoDb class) and sorting according to their values client
side (in the RepoTrait).

14 of 14 new or added lines in 2 files covered. (100.0%)

424 of 912 relevant lines covered (46.49%)

4.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #138.1 07 Feb 2022 03:16PM UTC 0
46.49
Source Files on build #138
Detailed source file information is not available for this build.
  • Back to Repo
  • 98144bd7 on github
  • Prev Build on master
  • Next Build on master
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