ad_search_query_one_table

EveAndersson.com : API Browser : ad_search_query_one_table

ad_search_query_one_table

ad_search_query_one_table table_name final_query_string \
    results_base_url user_id [ authorized_or_static_p ]
Defined in tcl/site-wide-search-defs.tcl

a proc for returning searching for a certain table table_name,final_query_string, is the string being searched, user_id is the connecting user id, and authorized_or_static_p is just sections=="static"||is_authorized_p==1

Parameters:
table_name
final_query_string
results_base_url
user_id
authorized_or_static_p (defaults to "1")
[ show source ]

Show another procedure:

eve@eveandersson.com