search-procs.tcl

Content Repository Search callbacks. These callbacks are used to implement "search" package service contracts.

Location:
packages/acs-content-repository/tcl/search-procs.tcl

Procedures in this file

Detailed information

content_search::datasource (private)

 content_search::datasource object_id

Provides data source for search interface. Used to access content items after search.

Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3 cr_fs_path cr_fs_path (private) db_0or1row db_0or1row (public) content_search::datasource content_search::datasource content_search::datasource->cr_fs_path content_search::datasource->db_0or1row

Testcases:
No testcase defined.

content_search::search_ids (private)

 content_search::search_ids q [ offset ] [ limit ]

Returns the object ids for a specified search.

Parameters:
q
offset (defaults to "0")
limit (defaults to "100")

Partial Call Graph (max 5 caller/called nodes):
%3 acs_sc::invoke acs_sc::invoke (public) apm_package_id_from_key apm_package_id_from_key (public) parameter::get parameter::get (public) content_search::search_ids content_search::search_ids content_search::search_ids->acs_sc::invoke content_search::search_ids->apm_package_id_from_key content_search::search_ids->parameter::get

Testcases:
No testcase defined.

content_search::url (private)

 content_search::url object_id

Provides a URL for linking to content items which show up in a search result set.

Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3 image_search::url image_search::url (private) content_search::url content_search::url image_search::url->content_search::url template_search::url template_search::url (private) template_search::url->content_search::url ad_url ad_url (public) content_search::url->ad_url apm_package_id_from_key apm_package_id_from_key (public) content_search::url->apm_package_id_from_key content::item::get_path content::item::get_path (public) content_search::url->content::item::get_path content::item::get_root_folder content::item::get_root_folder (public) content_search::url->content::item::get_root_folder db_string db_string (public) content_search::url->db_string

Testcases:
No testcase defined.

image_search::datasource (private)

 image_search::datasource object_id

Provides data source for search interface. Used to access content items after search.

Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3 db_0or1row db_0or1row (public) image_search::datasource image_search::datasource image_search::datasource->db_0or1row

Testcases:
No testcase defined.

image_search::url (private)

 image_search::url object_id

Provides a URL for linking to content items which show up in a search result set.

Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3 content_search::url content_search::url (private) image_search::url image_search::url image_search::url->content_search::url

Testcases:
No testcase defined.

template_search::datasource (private)

 template_search::datasource object_id

Provides data source for search interface. Used to access content items after search.

Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3 cr_fs_path cr_fs_path (private) db_0or1row db_0or1row (public) template_search::datasource template_search::datasource template_search::datasource->cr_fs_path template_search::datasource->db_0or1row

Testcases:
No testcase defined.

template_search::url (private)

 template_search::url object_id

Provides a URL for linking to content items which show up in a search result set.

Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3 content_search::url content_search::url (private) template_search::url template_search::url template_search::url->content_search::url

Testcases:
No testcase defined.
[ show source ]