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
fontane-notizbuecher
SADE
Commits
b0e371fb
Commit
b0e371fb
authored
Oct 30, 2019
by
Mathias Goebel
Browse files
fix index search to find work titles
parent
cae705b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/index-api.xqm
View file @
b0e371fb
...
...
@@ -272,7 +272,7 @@ let $hits :=
$ixp:dataCollection//tei:place[contains(tei:placeName, $query)],
$ixp:dataCollection//tei:org[contains(tei:orgName, $query)],
$ixp:dataCollection//tei:event[contains(tei:label, $query)],
$ixp:dataCollection//tei:
item[tei:
name
/
contains(., $query)
= true()]
$ixp:dataCollection//tei:name
[
contains(., $query)
]/parent::tei:item
)
return
array{
...
...
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