Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
1af37094
Commit
1af37094
authored
May 10, 2017
by
Mathias Goebel
Browse files
new config for facets
parent
4be60ddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/faceted-search/faceted-search.xqm
View file @
1af37094
...
...
@@ -201,7 +201,7 @@ declare function local:facet($model as map(*), $hits as node()*, $key as xs:stri
let $facetReq := local:facet-query-from-request()
(: the link to the html page displaying this module :)
let $search-html :=
config:get('exist-resource')
let $search-html :=
tokenize(request:get-url(), "/")[last()]
(:construct xpath, e.g. $hits//tei:persName | $hits//bol:a0 :)
let $fqueries := for $type in $types
...
...
@@ -250,7 +250,7 @@ declare function local:deselected-for-key($model, $key as xs:string) {
let $order-by := request:get-parameter("order-by", ())
(: the link to the html page displaying this module :)
let $search-html :=
config:get('exist-resource')
let $search-html :=
tokenize(request:get-url(), "/")[last()]
let $facetReq := local:facet-query-from-request()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment