Changes

Jump to navigation Jump to search
74 bytes added ,  13:09, 17 June 2022
no edit summary
return ft:mark($p[text() contains text 'word'], 'b')
</syntaxhighlight>
 
==Updating Functions==
 
Various functions in this module are ''updating''. Updating functions will not be immediately executed, but queued on the [[XQuery Update#Pending Update List|Pending Update List]], and processed after the remaining query has been evaluated. This means that the order in which the functions are specified in the query often does not reflect the order in which they will eventually be executed.
=General Functions=
=Updates=
'''Important note:''' All functions in this section are ''updating functions'': they will not be immediately executed, but queued on the [[XQuery Update#Pending Update ListUpdating Functions|Pending Update Listupdating functions]], which will be processed after the actual query has been evaluated. This means that the order in which the functions are specified in the query does usually not reflect the order in which the code will be evaluated.
==db:create==
=Backups=
'''Important note:''' All functions in this section except for {{Function||db:backups}} are [[#UpdatesUpdating Functions|updating functions]].
==db:create-backup==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu