Create a list of articles that match the search keywords entered by the reader. The publication, language, issue, section, and article variables may not be defined outside the list_search_results statement; inside the statement however, all these variables are defined. The code between the "{{ list_search_result }}" statement and "{{ /list_search_result }}" is repeated for every article in the list.
{{ list_search_results [length="<integer_value>"] [columns="<integer_value>"] [order="<order_condition>"] }} <list_of_instructions> {{ /list_search_result }}
<list_of_instructions> may contain any statement except: "set_language", or "set_publication".
Order conditions are self-explanatory; byDate is an alias of byCreationDate. The default order of articles in the list (if no order condition was set) is: first they are ordered by the publication identifier ascending, then by the issue number descending, then by the section number ascending, and by the article order in the section ascending.
Inside the list, the data context is defined by the constraints applied to the current article for every processed line. The data context is restored after the list processing.
Inside list_articles the following statements are forbidden:
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.