transcript/search

Search transcriptions

Parameters

NameRequiredDefaultDescriptionExample
userNamefalseLimit results to user who owns the transcription. Use "ENDORSEDPROJECTS" to search all transcriptions owned by projects endorsed in sysconfic.properties: TranscriptionIncludeProjectsjsmith
docIDfalseLimit results to a docID. Can also be a range91035-91037
pageIDfalseLimit results to a pageID. Can also be a range10-550
indexContentfalseLimit results to a indexContentPs.90.1
textfalseLimit results to pages which contain a regular expression text pattern in the TEI data(<pc[^>]*>)\.(</pc>)
textConvertfalseSame as {text} but will be converted from iso8859-1 to utf-8(<pc[^>]*>)\.(</pc>)
replacefalseReplacement string to substitute for matches to above {text} parameter. Parenthesized submatches can be specified with $n, e.g., $1 to represent the first parenthesis match from the {term} regular expression.$1;$2
replaceConvertfalseSame as {replace} but will be converted from iso8859-1 to utf-8$1;$2
confirmfalsePerform an update of the transcription repository at the point specified by the confirm string specified. This string is obtained from the 'confirm' attribute on the replace element of a match. Can be specified multiple timesd1b6f246c1c34ec2a8c9a81dcd84aa40
detailfalsedocumentdetail of results: document, page
formatfalsespecified at session openresponse output format (json|xml|csv|gchart)json

Errors

Must specify one of: docID, or userName-1