ad_search_qbe_get_themes

one of the documented procedures in this installation of the ACS
Usage:
ad_search_qbe_get_themes   table_name   primary_key
What it does:
Return a list of themes associated with the document in the site wide index referenced by table_name and primary_key.
Defined in: /web/philip/tcl/site-wide-search-defs.tcl

Source code:


    return [util_memoize "ad_search_qbe_get_themes_helper $table_name $primary_key"]


philg@mit.edu