Generate the search form and data fields for searching keywords in published articles. By default the search action is performed in the current publication only.
{{ search_form [template="<template_name>"] submit_button="<button_name>" [html_code="<html_code>"] [button_html_code="<html_code>"] }} <list_of_instructions> {{ /search_form }}
The list of instructions may contain any instruction allowed in the current context.
Setting the search scope: whether to search in all publications, in the current publication, in the current issue or in the current section. Insert the following field in the search form:
{{ camp_select object="search" attribute="level" }}
Can not be used within itself (e.g. search in search).
Generates a text input field so that a reader can search for articles on your site. This statement should be used inside the search form.
{{ camp_edit object="search" attribute="<attribute>" [html_code="<HTML_code>"] [size ="<field_length>"] }}
<attribute> being one of the following:
The search edit field can be used only inside the search form.
Generates a check box or a pop-up list for selecting the search mode or the search level respectively. This statement should be used inside the search form.
{{ camp_select object="search" attribute="<attribute>" [html_code="<HTML_code>"] }}
<attribute> being one of the following:
The select search field can only be used inside the search form.
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.