etp::search_impl_exists_p (public)
etp::search_impl_exists_p -content_type content_type
Defined in packages/edit-this-page/tcl/etp-sc-procs.tcl
checks for the existence of a search service contract implementation and returns 1 if it exists, and 0 is it does not
- Switches:
- -content_type (required)
- Author:
- Dave Bauer
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # check for service contract here ns_log debug "etp::search_impl_exists_p: search_contract_exists_p content type=$content_type exists_p=[acs_sc_binding_exists_p FtsContentProvider $content_type]" return [acs_sc_binding_exists_p FtsContentProvider $content_type]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