Beta
You are viewing a draft
Not for citation.

This advanced function searches the TEI XML records for all testimonia.

You may wish to expand your search by using wildcard characters to increase results. See search tips for more details.

{ let $search-config := if($collection != '') then concat($config:app-root, '/', string(config:collection-vars($collection)/@app-root),'/','search-config.xml') else concat($config:app-root, '/','search-config.xml') return if(doc-available($search-config)) then doc($search-config)//*:search-tips else () }