Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 6eccd4ff authored by Mathias Goebel's avatar Mathias Goebel
Browse files

fix: search hit ItemUrl response with new server

parent ffc4f7fc
Branches
No related tags found
No related merge requests found
Pipeline #232310 failed
......@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [7.6.4] - 20210927
### Fixed
- ItemURL in search response now aware of new domain used and set by `$commons:server`
## [7.6.3] - 20210921
### Fixed
- Salahni manifest creation (type error)
......
project.name=https://ahikar-test.sub.uni-goettingen.de/
project.version=7.6.3
project.version=7.6.4
project.title=Ahiqar
project.abbrev=ahikar-test
project.processorversion=5.3.0
......
......@@ -91,7 +91,7 @@ as map(*) {
"lang": $language,
"label": $label,
"n": $page,
"item": string($commons:expath-pkg/*/@name) || "api/textapi/ahikar/" || $collection || "/" || $edition || "-" || $page || "/latest/item.json", (: = textapi: "id" w/o base-url :)
"item": $commons:server || "api/textapi/ahikar/" || $collection || "/" || $edition || "-" || $page || "/latest/item.json", (: = textapi: "id" w/o base-url :)
"matches": array{
for $match in distinct-values($matchesStrings)
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment