[GVU]   [FCE]   [C2K]   [Search]

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:

query

This parameter means the keyword that you want to search about. Currently it is available about only sigle term.

CourseName

It does NOT work now.

Year

It does NOT work now.

Quarter

It does NOT work now.

Period

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.

Date

This parameter means "lecture date". It can accept specific lecture date such as 9feb and all.

Name

This parameter means "Annotator Name". It cannot work currently. c2k_search script can only lectureror's live board images.

type

This parameter means "the method of patterm matching". It can accept four alternatives as follows:
  1. i : Case Intensive Substring Match
  2. s : Case Sensitive Substring Match
  3. e : Exact Match
  4. r : Regular Expression Match
But, it can work only the value 'i' and 's'. It cannot handle "Exact Match" and "Regular Expression Match".

oform

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.

debugmode

This parameter is only used on debugging process. When you want to debug the script please set this paramenter "on".

Modules