To create a direct search link for courses you need to have a URL link to CourseKeySearch.asp on your site, for example if your site is
https://courses.termsglobal.net
then the URL link will be
https://courses.termsglobal.net/CourseKeySearch.asp
You define the search by using parameters on your URL. The first parameter is preceded with a ? and the subsequent parameters are preceded with a &
For example,
to see all the courses with "access" as a keyword and
to see all courses with "access" as a keyword at a specific location. Note the use of ? and &
The options for the parameters are
KEY = Search Key
CAT = Category ID {can be got from TERMS}
SUBCAT = Sub Category ID (requires CAT) {can be got from TERMS}
PROVIDERID = Provider ID {can be got from TERMS}
ZONE = Map Zone
SSA = SSA Tier 1 Description
UPCOMING = set to 1 to only show upcoming courses
LOC = Location Slot (from drop down)
LOCID = Location ID {can be got from TERMS}
TAG = Tag Value
You can combine two or more key words together with AND or OR. AND is done by defauilt with spaces - for example "Access Award" means the key words must contain both "access" and "award". OR is more explicit for allowing either word, e.g. "access OR baking" will find courses with either "access" or "baking" in their keywords, for example,
NOTE: Spaces are not allowed in web address URLs, use %20 instead as per this example
Article ID: 61, Created: August 16, 2023 at 11:28 AM, Modified: December 23, 2024 at 2:06 PM