callback::search::datasource::impl::file_storage_object (private)

 callback::search::datasource::impl::file_storage_object

Defined in packages/file-storage/tcl/file-storage-callback-procs.tcl

Authors:
Dirk Gomez <openacs@dirkgomez.de>
Jowell S. Sabino <jowellsabino@netscape.net>
Created:
2005-06-13 Returns a datasource for the search package. This is the content that will be indexed by the full text search engine.
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 db_0or1row db_0or1row (public) callback::search::datasource::impl::file_storage_object callback::search::datasource::impl::file_storage_object callback::search::datasource::impl::file_storage_object->db_0or1row

Testcases:
No testcase defined.
Source code:
    ::callback::search::datasource::contract__arg_parser {*}$args

    # We probably don't need the whole big query here. TODO: Review.
    db_0or1row dbqd.file-storage.tcl.file-storage-callback-procs.fs_datasource {} -column_array datasource

    return [list object_id $object_id  title $datasource(title)  content $datasource(content)  keywords {}  storage_type $datasource(storage_type)  mime $datasource(mime) ]
XQL Not present:
Generic
PostgreSQL XQL file:
packages/file-storage/tcl/file-storage-callback-procs-postgresql.xql

Oracle XQL file:
packages/file-storage/tcl/file-storage-callback-procs-oracle.xql

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