etp::search::etp_page_revision (public)

 etp::search::etp_page_revision [ -array_name array_name ]

Defined in packages/edit-this-page/tcl/etp-sc-procs.tcl

Sample Custom content type search proc We are allowed to add/modify the elements for the search compatible datasource array via upvar

Switches:
-array_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    if {([info exists array_name] && $array_name ne "")} {
    upvar search_array $array_name
    ns_log debug "etp::search::etp_page_revision: arrayname:$array_name"
    }
XQL Not present:
Oracle
Generic XQL file:
packages/edit-this-page/tcl/etp-sc-procs.xql

PostgreSQL XQL file:
packages/edit-this-page/tcl/etp-sc-procs-postgresql.xql

[ hide source ] | [ make this the default ]
Show another procedure: