forum::sc::register_forum_fts_impl (private, deprecated)

 forum::sc::register_forum_fts_impl

Defined in packages/forums/tcl/forums-sc-procs.tcl

Deprecated. Invoking this procedure generates a warning.

DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc forum::sc::register_forum_fts_impl
    set spec {
        name "forums_forum"
        aliases {
            datasource forum::forum::datasource
            url forum::forum::url
        }
        contract_name FtsContentProvider
        owner forums
    }

    acs_sc::impl::new_from_spec -spec $spec
XQL Not present:
Generic, Oracle
PostgreSQL XQL file:
packages/forums/tcl/forums-sc-procs-postgresql.xql

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