CGI Parameters

Template processing by the web server is controlled by several options, which will be transferred as CGI parameters.

The option may be submitted by HTTP GET and HTTP POST commands.

Parameter -q
This parameter contains the string to seek.

http://metaserver/index.html?q=Dent

starts a search for the name "Dent".

http://metaserver/index.html?q=+49815136856177

Starts a search for the phone number.

Parameter -e:utf8
This parameter can be used to specify that the search string is also transmitted UTF-8 encoded in addition to the URL encoding.

http://metaserver/index.html?q=m%C3%BCller&e=utf8

starts a search for the name "Müller".

Parameter -searchContact
Searches only the name fields as configured in the Search Wizard.

Parameter -searchNumber
Searches only the phone number fields as configured in the Search Wizard.

Parameter -searchpbxNumber
Search only in phone number fields as configured in the search wizard. The exchange code configured in the location is cut off from the phone number before the search. This means that only internal phone numbers are searched.

Version 6