ad_search_display_preference

one of the documented procedures in this installation of the ACS
Usage:
ad_search_display_preference
What it does:
Returns "by_section" or "one_list" to indicate user's display preference for site wide search. Preference is stored in a cookie, or defaults to "by_section".
Defined in: /web/philip/tcl/site-wide-search-defs.tcl

Source code:


    return "by_section"


philg@mit.edu