c2k_search manual
c2k_search is a perl script that handles
QUERY_STRING environment variable parsing for searching
course materials.
Parameters
When FORM page call this CGI script, the parameters are
handed as the value of QUERY_STRING environment variable.
It can handle the following ten parameters:
This parameter means the keyword that you want to search about.
Currently it is available about only sigle term.
It does NOT work now.
It does NOT work now.
It does NOT work now.
This value of this parameter has three alternatives such as
exact,before,and after.
before and after can work only in the case
that the value of Date parameter is sepecified.
This parameter means "lecture date". It can accept
specific lecture date such as 9feb and all.
This parameter means "Annotator Name". It cannot
work currently. c2k_search script can only lectureror's
live board images.
This parameter means "the method of patterm
matching". It can accept four alternatives as follows:
-
i : Case Intensive Substring Match
-
s : Case Sensitive Substring Match
-
e : Exact Match
-
r : Regular Expression Match
But, it can work only the value 'i' and 's'. It cannot handle
"Exact Match" and "Regular Expression Match".
This parameter means "Output format". It can accept
two alternatives ordinary and frame.In the
case of ordinary, c2k_search generates the
non-framed version search result file. In the case of
frame, it generates the framed version search result
file.
This parameter is only used on debugging process. When you want to
debug the script please set this paramenter "on".
Modules