|}
=ContentsValue Indexes= Updated with {{Version|8.3}}: Raise error if no index exists.
==db:text==
|-
| '''Summary'''
|Returns all text nodes of the database {{Code|$db}} that have {{Code|$string}} as their string value. If available, and that are stored in the value text index is used to speed up evaluation.
|-
| '''Errors'''
|{{Error|BXDB0002|XQuery Errors#BaseX Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|BXDB0004|Database Module#Errors}} the index is not available.<br/>
|-
| '''Examples'''
|-
| '''Summary'''
|Returns all text nodes of the database {{Code|$db}} that are located in between the {{Code|$min}} and {{Code|$max}} strings. If available, and that are stored in the value text index is used to speed up evaluation.
|-
| '''Errors'''
|{{Error|BXDB0002|XQuery Errors#BaseX Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|BXDB0004|Database Module#Errors}} the index is not available.<br/>
|-
| '''Examples'''
|-
| '''Summary'''
|Returns all attribute nodes of the database {{Code|$db}} that have {{Code|$string}} as string value. If available, and that are stored in the value attribute index is used to speed up evaluation.<br />If {{Code|$attname}} is specified, the resulting attribute nodes are filtered by their attribute name.
|-
| '''Errors'''
|{{Error|BXDB0002|XQuery Errors#BaseX Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|BXDB0004|Database Module#Errors}} the index is not available.<br/>
|-
| '''Examples'''
|-
| '''Summary'''
|Returns all attributes of the database {{Code|$db}}, the string values of which are larger than or equal to {{Code|$min}} and smaller than or equal to {{Code|$max}}. If available, and that are stored in the value attribute index is used to speed up evaluation.
|-
| '''Errors'''
|{{Error|BXDB0002|XQuery Errors#BaseX Errors}} The addressed database does not exist or could not be opened.<br/>{{Error|BXDB0004|Database Module#Errors}} the index is not available.<br/>
|-
| '''Examples'''
* Updated: [[#db:list-details|db:list-details]]: attributes with name of database and date of backup added to results.
* Updated: [[#db:backups|db:backups]] now include attributes with name of database and date of backup.
* Updated: [[#Value Indexes|Value Indexes]]: raise error if no index exists.
;Version 8.2