We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7433f7 commit d5805c9Copy full SHA for d5805c9
modules/search.xql
@@ -53,8 +53,9 @@ as element()* {
53
let $matches := kwic:get-matches($hit)
54
for $ancestor in ($matches/ancestor::para | $matches/ancestor::title | $matches/ancestor::td |
55
$matches/ancestor::note[not(para)])
56
+ for $match in $ancestor//exist:match
57
return
- kwic:get-summary($ancestor, ($ancestor//exist:match)[1], $config)
58
+ kwic:get-summary($ancestor, $match, $config)
59
};
60
61
(:~
0 commit comments