<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.wiki4.bluespice.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pyashchenko</id>
	<title>BlueSpice Helpdesk - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.wiki4.bluespice.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pyashchenko"/>
	<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/wiki/Special:Contributions/Pyashchenko"/>
	<updated>2026-04-22T05:12:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://en.wiki4.bluespice.com/w/index.php?title=Manual:Extension/Workflows/Activity/SetTemplateParams&amp;diff=6160</id>
		<title>Manual:Extension/Workflows/Activity/SetTemplateParams</title>
		<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/w/index.php?title=Manual:Extension/Workflows/Activity/SetTemplateParams&amp;diff=6160"/>
		<updated>2023-05-22T10:32:53Z</updated>

		<summary type="html">&lt;p&gt;Pyashchenko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Description&amp;lt;/span&amp;gt;==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color: rgb(4, 30, 73)&amp;quot;&amp;gt;The &#039;&#039;SetTemplateParams&#039;&#039; activity allows template parameters to be set automatically on a page.&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* Templates are accessed by the order of appearance on the page.&lt;br /&gt;
* Non-existing templates are counted as links, so they do not count in this list.&lt;br /&gt;
* Params inside the template can be specified by their name, or the index in case of non-named params. Index for non-named params starts at 1 (not 0!), as to be consistent with how template params are accessed in the template itself.&lt;br /&gt;
* Nested templates are not supported as of now.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:rgb(234, 236, 240);text-align:center;&amp;quot; class=&amp;quot;&amp;quot; |&#039;&#039;&#039;Short profile&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;&amp;quot; |SetTemplateParams&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;&amp;quot; |Async&lt;br /&gt;
| style=&amp;quot;&amp;quot; |Yes&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;&amp;quot; |BPMN type&lt;br /&gt;
| style=&amp;quot;&amp;quot; |&amp;lt;code&amp;gt;bpmn:Task&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|BPMN Extension Element &amp;quot;wf:type&amp;quot;&lt;br /&gt;
|&amp;lt;code&amp;gt;set_template_param&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&amp;lt;!-- https://github.com/wikimedia/mediawiki-extensions-Workflows/blob/master/doc/Activity/SetTemplateParams.MD --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;span class=&amp;quot;mw-headline&amp;quot;&amp;gt;Properties&amp;lt;/span&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
=== Input properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:rgb(234, 236, 240);text-align:center;&amp;quot; class=&amp;quot;&amp;quot; |Name of property&lt;br /&gt;
!Source&lt;br /&gt;
! style=&amp;quot;background-color:rgb(234, 236, 240);text-align:center;&amp;quot; class=&amp;quot;&amp;quot; |Description&lt;br /&gt;
!Possible values&lt;br /&gt;
! style=&amp;quot;background-color:rgb(234, 236, 240);text-align:center;&amp;quot; class=&amp;quot;&amp;quot; |Type&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;&amp;quot; |&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;-&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| style=&amp;quot;&amp;quot; |Name of the wiki page that includes the template(s).&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;quot;Main_page&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;&amp;quot; |string&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;user&amp;lt;/code&amp;gt;&lt;br /&gt;
|  -&lt;br /&gt;
|Name of user that will be shown as revision user.&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;quot;WikiSysop&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|string&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;template-index&amp;lt;/code&amp;gt;&lt;br /&gt;
|  -&lt;br /&gt;
|Index of the template on page (starting from 0).&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;quot;2&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|int&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;template-param&amp;lt;/code&amp;gt;&lt;br /&gt;
|  -&lt;br /&gt;
|Param to modify. Can be a string in case of named params, or a number, in case of non-named params (starting from 1, accessor for the param)&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;quot;comment&amp;quot;&amp;lt;/code&amp;gt; OR &amp;lt;code&amp;gt;&amp;quot;1&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |int, string&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;value&amp;lt;/code&amp;gt;&lt;br /&gt;
|  -&lt;br /&gt;
|New parameter value to set.&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;quot;New value of parameter&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;minor&amp;lt;/code&amp;gt;&lt;br /&gt;
|  -&lt;br /&gt;
|&amp;lt;span style=&amp;quot;color: rgb(4, 30, 73)&amp;quot;&amp;gt;The edit will be marked as&amp;lt;/span&amp;gt; &#039;&#039;major&#039;&#039; &amp;lt;span style=&amp;quot;color: rgb(4, 30, 73)&amp;quot;&amp;gt;or&amp;lt;/span&amp;gt; &#039;&#039;minor&#039;&#039; &amp;lt;span style=&amp;quot;color: rgb(4, 30, 73)&amp;quot;&amp;gt;revision.&amp;lt;/span&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;default=&amp;quot;0&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*&#039;&#039;1&#039;&#039; (=minor revision)&lt;br /&gt;
*&#039;&#039;0&#039;&#039; (=major revision)&lt;br /&gt;
|int&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Output properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:rgb(234, 236, 240);text-align:center;&amp;quot; class=&amp;quot;&amp;quot; |Name of property&lt;br /&gt;
!Source&lt;br /&gt;
! style=&amp;quot;background-color:rgb(234, 236, 240);text-align:center;&amp;quot; class=&amp;quot;&amp;quot; |Description&lt;br /&gt;
! style=&amp;quot;background-color:rgb(234, 236, 240);text-align:center;&amp;quot; class=&amp;quot;&amp;quot; |Type&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;revisionId&amp;lt;/code&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|The revision ID of the edited page. &lt;br /&gt;
|string&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;timestamp&amp;lt;/code&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|The revision time of the edited page.&lt;br /&gt;
|timestamp&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bpmn:task id=&amp;quot;EditTemplate&amp;quot; name=&amp;quot;Edit template&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:extensionElements&amp;gt;&lt;br /&gt;
		&amp;lt;wf:type&amp;gt;set_template_param&amp;lt;/wf:type&amp;gt;&lt;br /&gt;
	&amp;lt;/bpmn:extensionElements&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;title&amp;quot; default=&amp;quot;DummyPage&amp;quot; validation=&amp;quot;required,existing-title&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;user&amp;quot; default=&amp;quot;WikiSysop&amp;quot; validation=&amp;quot;existing-user&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;!-- Index of the template on page (starting from 0) --&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;template-index&amp;quot; default=&amp;quot;2&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;!-- Param to modify. Can be a string in case of named params, or a number, in case of non-named params (starting from 1, accessor for the param) --&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;template-param&amp;quot; default=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;!-- New value to set --&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;value&amp;quot; default=&amp;quot;Super edited param&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;minor&amp;quot; default=&amp;quot;0&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;!-- Output properties --&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;revisionId&amp;quot;/&amp;gt;&lt;br /&gt;
	&amp;lt;bpmn:property name=&amp;quot;timestamp&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;bpmn:incoming&amp;gt;Flow_1qh6vpl&amp;lt;/bpmn:incoming&amp;gt;&lt;br /&gt;
  &amp;lt;bpmn:outgoing&amp;gt;Flow_0if1kyp&amp;lt;/bpmn:outgoing&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/bpmn:task&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pyashchenko</name></author>
	</entry>
	<entry>
		<id>https://en.wiki4.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedSearch&amp;diff=3872</id>
		<title>Manual:Extension/BlueSpiceExtendedSearch</title>
		<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedSearch&amp;diff=3872"/>
		<updated>2022-07-04T14:20:37Z</updated>

		<summary type="html">&lt;p&gt;Pyashchenko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;bookshelf src=&amp;quot;Book:User manual&amp;quot; /&amp;gt;&lt;br /&gt;
{{DISPLAYTITLE:Extended search}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ExtendedSearch&#039;&#039;&#039; replaces the default MediaWiki search engine. It is based on the [[Setup:Installation Guide/System Preparation/Linux/Elasticsearch|Elasticsearch]] engine and provides many improvements over standard MediaWiki search both in terms of quality of indexed content and user interface. Pages and files are indexed immediately and available for searching in real-time. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;div class=&amp;quot;training&amp;quot;&amp;gt;&amp;lt;section begin=&amp;quot;training&amp;quot; /&amp;gt;&lt;br /&gt;
Extended search offers two ways of searching for content:&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;Title search&#039;&#039;&#039; using the quick search &lt;br /&gt;
#&#039;&#039;&#039;Fulltext search&#039;&#039;&#039; using the search center&lt;br /&gt;
&lt;br /&gt;
By default, the search indexes:&lt;br /&gt;
&lt;br /&gt;
*wiki pages: all content pages, except for pages in the MediaWiki namespace&lt;br /&gt;
*special pages: all pages in the namespace &#039;&#039;Special&#039;&#039;&lt;br /&gt;
*repo files: files uploaded to the wiki - for text files like Word documents and PDFs, this includes content and metadata&lt;br /&gt;
*external files: files from arbitrary locations from accessible storage paths (e.g., mounted drives)&lt;br /&gt;
*social entities: entities (pages) created by the [[Manual:Extension/BlueSpiceSocial|BlueSpiceSocial]] extension, like blog posts and user profiles&lt;br /&gt;
&amp;lt;section end=&amp;quot;training&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Autocomplete==&lt;br /&gt;
The search box in the main toolbar offers with autocomplete functionality is available from any page on the wiki. Autocomplete matches only page and file titles, but does not provide a full-text search. &lt;br /&gt;
&lt;br /&gt;
After typing in the search bar, an autocomplete popup appears: &lt;br /&gt;
[[File:Manual:Autocomplete.png|alt=|center|thumb|366x366px|Autocomplete popup]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This popup is divided in two columns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Left column:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Primary results:&#039;&#039;&#039; These are the results that are direct matches for the search term. The exact matches are shown in bold letters.&lt;br /&gt;
*When looking for the term &amp;quot;quality management&amp;quot;, it is also possible to type in &amp;quot;qual man&amp;quot; and the search starts looking for matches&lt;br /&gt;
*The best match is often shown with a thumbnail preview as a top search result&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Right column:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*T&#039;&#039;&#039;ools and secondary results:&#039;&#039;&#039; Tools are displayed in the top portion of the right column and contain:&lt;br /&gt;
**a button to create the page with the current search term as the title (only if user has permission to create new pages)&lt;br /&gt;
**a button to execute full-text search for the current term. Selecting this option leads to the Search Center.&lt;br /&gt;
&lt;br /&gt;
In the bottom portion of the right column, secondary results are displayed. Secondary results are matches that do not directly match the given term, but might be relevant for the user. These show up only in certain contexts:&lt;br /&gt;
&lt;br /&gt;
*If there are significantly more matches for a similar term than the term actually searched for (in a situation of a typo for example)&lt;br /&gt;
*If the namespace or subpage pill is present (see next section). In this case, secondary results will show direct matches in other namespaces/pages.&lt;br /&gt;
&lt;br /&gt;
===Namespace and subpage &amp;quot;pills&amp;quot;===&lt;br /&gt;
Autocomplete search bar supports pills for namespaces and subpages. [[File:extendedsearch-pilleEN.png|thumb|Namespace &amp;quot;pill&amp;quot;|center|link=Special:FilePath/extendedsearch-pilleEN.png]]&lt;br /&gt;
If a user types &amp;lt;code&amp;gt;Manual:&amp;lt;/code&amp;gt;, a pill for the namespace &amp;quot;Manual&amp;quot; appears and the search for the following term is limited to this namespace. .&lt;br /&gt;
Subpage pills work in the same way. If the user types in &amp;lt;code&amp;gt;PageName/&amp;lt;/code&amp;gt;, any term after that is matched in the context of that page. If you search for &amp;quot;TestPage/Te&amp;quot;, for example, the search will match only subpages of &amp;quot;TestPage&amp;quot; that contain &amp;quot;Te&amp;quot; in the title, like &amp;quot;TestPage/Test&amp;quot; and &amp;quot;TestPage/TestSubpage&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
Previously explained is the full version of the autocomplete popup. Wiki admins can also choose to use &amp;quot;Simple autocomplete&amp;quot;, which contains only one column with primary results and tools, without secondary results. This type of autocomplete is also more compact.&lt;br /&gt;
This setting is available from [[Manual:Extension/BlueSpiceConfigManager‏‎‏‎|BlueSpiceConfigManager]], under &#039;&#039;Extension &amp;gt; BlueSpiceExtendedSearch &amp;gt; Use simple autocomplete&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Search operators===&lt;br /&gt;
Since the autocomplete search only searches for titles, search operators such as AND or OR are not supported. However, they are supported using the Search Center.&lt;br /&gt;
&lt;br /&gt;
===Dates as search terms===&lt;br /&gt;
The search recognizes certain date formats. In the search center, these date formats are treated with surrounding quotation marks.  &amp;lt;gallery widths=&amp;quot;400&amp;quot; heights=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
File:Manual:extendedsearch-datum1.png&lt;br /&gt;
File:Manual:extendedsearch-datum2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
==Search Center (extended search)==&lt;br /&gt;
As soon as you trigger the full-search with the magnifying glass symbol or the &#039;&#039;Enter&#039;&#039; key, the wiki switches to the Search Center. This is a special page that offers the full functionality of the search. The search in the Search Center is carried out using the same search bar that is also used for autocomplete. &lt;br /&gt;
Here, the search engine carries out a full text search, which also includes the metadata of documents. It does not index the wikitext of a wiki page, but rather the rendered content, that is the output by the browser.&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:extendedsearch-searchcenter.png|link=link=Special:FilePath/ExtendedSearch2.png|alt=|center|thumb|402x402px|Search Center]]&lt;br /&gt;
&lt;br /&gt;
===Search operators===&lt;br /&gt;
To use search operators in the full-text search, the following syntax can be used:&lt;br /&gt;
&lt;br /&gt;
*Sandbox &#039;&#039;&#039;AND&#039;&#039;&#039;  Widgets - returns pages that contain both the term sandbox and the term widgets&lt;br /&gt;
*Sandbox &#039;&#039;&#039;OR&#039;&#039;&#039; Widgets - returns pages that contain either the term sandbox or the term widgets.&lt;br /&gt;
*(Sandbox) &#039;&#039;&#039;NOT&#039;&#039;&#039; (Widgets) - returns pages that contain the term sandbox but not the term widgets..&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The search operators have to be written in uppercase letters.&lt;br /&gt;
&lt;br /&gt;
===Elements===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Hit count&#039;&#039;&#039; - shows how many matches a search has returned. It may be exact or approximate. Approximation is due to dynamic check for permissions to view each page in the results, some results may not be shown to the user with no adequate permissions event if it matches the search term.&lt;br /&gt;
*&#039;&#039;&#039;Tools&#039;&#039;&#039; - these are located in the top right as a set of buttons:&lt;br /&gt;
**Create a page - represented by a &amp;quot;plus&amp;quot; button - will create a page with current search term as a title (only visible if user has permission to  create pages)&lt;br /&gt;
**Add filters - represented by a &amp;quot;funnel&amp;quot; icon - opens a dialog where users can select the type of filter to apply to the search.&amp;lt;br /&amp;gt;[[File:Manual:extendedsearch3.png|link=link=https://en.wiki.bluespice.com/wiki/File:ExtendedSearch3.png|alt=|center|thumb|341x341px|Adding filters]]&lt;br /&gt;
**Search options - represented by a &amp;quot;gear&amp;quot; icon - opens a dialog where users can change settings for the current search. It provides options like the number of results per page, sorting field and order.&amp;lt;br /&amp;gt;[[File:Manual:extendedsearch4.png|link=link=Special:FilePath/ExtendedSearch5.png|alt=|center|thumb|Options dialog]]&lt;br /&gt;
**Export search - represented by the &amp;quot;export&amp;quot; icon - opens a dialog to export current search results to a dedicated page (only visible to authorized users, by default admin users).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Filter:&#039;&#039;&#039; Filters are displayed in form of pills below the results counter. Each filter pill represents a different attribute. Filter values can be changed by clicking on the filter pill and selecting the desired options from the popup that will open. Filter can be removed by clicking on  the &amp;quot;x&amp;quot; button in each pill.&amp;lt;br /&amp;gt;[[File:Manual:extendedsearch2.png|link=link=Special:FilePath/ExtendedSearch4.png|alt=|center|thumb|Editing filter]]&lt;br /&gt;
*&#039;&#039;&#039;Results:&#039;&#039;&#039; If current search criteria field any results, a list of results is displayed. The information available in the results is depending on the result type):&lt;br /&gt;
**Main title of the result (page title, file name...)&lt;br /&gt;
**Result type&lt;br /&gt;
**Size and extension (for files)&lt;br /&gt;
**Thumb image (for images) or file type icon (for other file types)&lt;br /&gt;
**Redirect information&lt;br /&gt;
**Original name (for wikipages, if the page display title is different than the actual page title)&lt;br /&gt;
**Secondary information like page categories, modification and creation date, author, etc.&lt;br /&gt;
**Snippet of the matches in the content of the page (if there are matches in the page content),&lt;br /&gt;
**Sections with matches in the content (for wikipages)&lt;br /&gt;
&lt;br /&gt;
In case there is an exact match for a given search term, the result that matches exactly is displayed as a &amp;quot;featured&amp;quot; result. Such a result displays a preview image of the page and always displays the content snippet, regardless of whether there are matches in the content or not.&lt;br /&gt;
====Results relevance====&lt;br /&gt;
All logged-in users can mark certain results as &amp;quot;favorites&amp;quot; by clicking on the star symbol in the right corner of each result.&lt;br /&gt;
Files marked as &amp;quot;favorite&amp;quot; will score higher in future searches - this is not visible immediately, however, but happens over time.&lt;br /&gt;
One user&#039;s relevance settings won&#039;t affect other user&#039;s searches. Results can be unmarked as &amp;quot;favorite&amp;quot; by clicking on the &amp;quot;star&amp;quot; symbol again.&lt;br /&gt;
&lt;br /&gt;
====Exporting search results====&lt;br /&gt;
After executing the search, administrators can export (save) the results to a specific page using the &amp;quot;Export&amp;quot; command from the &amp;quot;Tools&amp;quot; menu. The list is exported to &#039;&#039;MediaWiki:PageCollection/LISTENNAME.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Only valid wikipages are exported. The pages contained in a list can be included in a book in the book function via &#039;&#039;Mass add&amp;gt; Source: Page collection.&#039;&#039;&lt;br /&gt;
[[File:Manual:ExtendedSearch5.png|link=link=Special:FilePath/ExtendedSearch6.png|alt=|center|thumb|Export search]]&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager‏‎‏‎|BlueSpiceConfigManager]], under settings for the extension &#039;&#039;BlueSpiceExtendedSearch&#039;&#039;, the following configuration options are available:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceExtendedSearch}}&lt;br /&gt;
&lt;br /&gt;
==SearchAdmin==&lt;br /&gt;
&#039;&#039;Special:SearchAdmin&#039;&#039; is a special page for wiki admins. This page provides stats on documents indexed in the search.{{Box Links-en|Topic1=[[Reference:BlueSpiceExtendedSearch]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
[[Category:Search]]&lt;/div&gt;</summary>
		<author><name>Pyashchenko</name></author>
	</entry>
	<entry>
		<id>https://en.wiki4.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedSearch&amp;diff=3871</id>
		<title>Manual:Extension/BlueSpiceExtendedSearch</title>
		<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/w/index.php?title=Manual:Extension/BlueSpiceExtendedSearch&amp;diff=3871"/>
		<updated>2022-07-04T13:57:48Z</updated>

		<summary type="html">&lt;p&gt;Pyashchenko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;bookshelf src=&amp;quot;Book:User manual&amp;quot; /&amp;gt;&lt;br /&gt;
{{DISPLAYTITLE:Extended search}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ExtendedSearch&#039;&#039;&#039; replaces the default MediaWiki search engine. It is based on the [[Setup:Installation Guide/System Preparation/Linux/Elasticsearch|Elasticsearch]] engine and provides many improvements over standard MediaWiki search both in terms of quality of indexed content and user interface. Pages and files are indexed immediately and available for searching in real-time. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;div class=&amp;quot;training&amp;quot;&amp;gt;&amp;lt;section begin=&amp;quot;training&amp;quot; /&amp;gt;&lt;br /&gt;
Extended search offers two ways of searching for content:&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;Title search&#039;&#039;&#039; using the quick search &lt;br /&gt;
#&#039;&#039;&#039;Fulltext search&#039;&#039;&#039; using the search center&lt;br /&gt;
&lt;br /&gt;
By default, the search indexes:&lt;br /&gt;
&lt;br /&gt;
*wiki pages: all content pages, except for pages in the MediaWiki namespace&lt;br /&gt;
*special pages: all pages in the namespace &#039;&#039;Special&#039;&#039;&lt;br /&gt;
*repo files: files uploaded to the wiki - for text files like Word documents and PDFs, this includes content and metadata&lt;br /&gt;
*external files: files from arbitrary locations from accessible storage paths (e.g., mounted drives)&lt;br /&gt;
*social entities: entities (pages) created by the [[Manual:Extension/BlueSpiceSocial|BlueSpiceSocial]] extension, like blog posts and user profiles&lt;br /&gt;
&amp;lt;section end=&amp;quot;training&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Autocomplete==&lt;br /&gt;
The search box in the main toolbar offers with autocomplete functionality is available from any page on the wiki. Autocomplete matches only page and file titles, but does not provide a full-text search. &lt;br /&gt;
&lt;br /&gt;
After typing in the search bar, an autocomplete popup appears: &lt;br /&gt;
[[File:Manual:Autocomplete.png|alt=|center|thumb|366x366px|Autocomplete popup]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This popup is divided in two columns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Left column:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Primary results:&#039;&#039;&#039; These are the results that are direct matches for the search term. The exact matches are shown in bold letters.&lt;br /&gt;
*When looking for the term &amp;quot;quality management&amp;quot;, it is also possible to type in &amp;quot;qual man&amp;quot; and the search starts looking for matches&lt;br /&gt;
*The best match is often shown with a thumbnail preview as a top search result&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Right column:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*T&#039;&#039;&#039;ools and secondary results:&#039;&#039;&#039; Tools are displayed in the top portion of the right column and contain:&lt;br /&gt;
**a button to create the page with the current search term as the title (only if user has permission to create new pages)&lt;br /&gt;
**a button to execute full-text search for the current term. Selecting this option leads to the Search Center.&lt;br /&gt;
&lt;br /&gt;
In the bottom portion of the right column, secondary results are displayed. Secondary results are matches that do not directly match the given term, but might be relevant for the user. These show up only in certain contexts:&lt;br /&gt;
&lt;br /&gt;
*If there are significantly more matches for a similar term than the term actually searched for (in a situation of a typo for example)&lt;br /&gt;
*If the namespace or subpage pill is present (see next section). In this case, secondary results will show direct matches in other namespaces/pages.&lt;br /&gt;
&lt;br /&gt;
===Namespace and subpage &amp;quot;pills&amp;quot;===&lt;br /&gt;
Autocomplete search bar supports pills for namespaces and subpages. [[File:extendedsearch-pilleEN.png|thumb|Namespace &amp;quot;pill&amp;quot;|center|link=Special:FilePath/extendedsearch-pilleEN.png]]&lt;br /&gt;
If a user types &amp;lt;code&amp;gt;Manual:&amp;lt;/code&amp;gt;, a pill for the namespace &amp;quot;Manual&amp;quot; appears and the search for the following term is limited to this namespace. .&lt;br /&gt;
Subpage pills work in the same way. If the user types in &amp;lt;code&amp;gt;PageName/&amp;lt;/code&amp;gt;, any term after that is matched in the context of that page. If you search for &amp;quot;TestPage/Te&amp;quot;, for example, the search will match only subpages of &amp;quot;TestPage&amp;quot; that contain &amp;quot;Te&amp;quot; in the title, like &amp;quot;TestPage/Test&amp;quot; and &amp;quot;TestPage/TestSubpage&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
Previously explained is the full version of the autocomplete popup. Wiki admins can also choose to use &amp;quot;Simple autocomplete&amp;quot;, which contains only one column with primary results and tools, without secondary results. This type of autocomplete is also more compact.&lt;br /&gt;
This setting is available from [[Manual:Extension/BlueSpiceConfigManager‏‎‏‎|BlueSpiceConfigManager]], under &#039;&#039;Extension &amp;gt; BlueSpiceExtendedSearch &amp;gt; Use simple autocomplete&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Search operators===&lt;br /&gt;
Since the autocomplete search only searches for titles, search operators such as AND or OR are not supported. However, they are supported using the Search Center.&lt;br /&gt;
&lt;br /&gt;
===Dates as search terms===&lt;br /&gt;
The search recognizes certain date formats. In the search center, these date formats are treated with surrounding quotation marks.  &amp;lt;gallery widths=&amp;quot;400&amp;quot; heights=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;
File:Manual:extendedsearch-datum1.png&lt;br /&gt;
File:Manual:extendedsearch-datum2.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
==Search Center (extended search)==&lt;br /&gt;
As soon as you trigger the full-search with the magnifying glass symbol or the &#039;&#039;Enter&#039;&#039; key, the wiki switches to the Search Center. This is a special page that offers the full functionality of the search. The search in the Search Center is carried out using the same search bar that is also used for autocomplete. &lt;br /&gt;
Here, the search engine carries out a full text search, which also includes the metadata of documents. It does not index the wikitext of a wiki page, but rather the rendered content, that is the output by the browser.&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Manual:extendedsearch-searchcenter.png|link=link=Special:FilePath/ExtendedSearch2.png|alt=|center|thumb|402x402px|Search Center]]&lt;br /&gt;
&lt;br /&gt;
===Search operators===&lt;br /&gt;
To use search operators in the full-text search, the following syntax can be used:&lt;br /&gt;
&lt;br /&gt;
*Sandbox &#039;&#039;&#039;AND&#039;&#039;&#039;  Widgets - returns pages that contain both the term sandbox and the term widgets&lt;br /&gt;
*Sandbox &#039;&#039;&#039;OR&#039;&#039;&#039; Widgets - returns pages that contain either the term sandbox or the term widgets.&lt;br /&gt;
*(Sandbox) &#039;&#039;&#039;NOT&#039;&#039;&#039; (Widgets) - returns pages that contain the term sandbox but not the term widgets..&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The search operators have to be written in uppercase letters.&lt;br /&gt;
&lt;br /&gt;
===Elements===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Hit count&#039;&#039;&#039; - shows how many matches a search has returned. It may be exact or approximate. Approximation is due to dynamic check for permissions to view each page in the results, some results may not be shown to the user with no adequate permissions event if it matches the search term.&lt;br /&gt;
*&#039;&#039;&#039;Tools&#039;&#039;&#039; - these are located in the top right as a set of buttons:&lt;br /&gt;
**Create a page - represented by a &amp;quot;plus&amp;quot; button - will create a page with current search term as a title (only visible if user has permission to  create pages)&lt;br /&gt;
**Add filters - represented by a &amp;quot;funnel&amp;quot; icon - opens a dialog where users can select the type of filter to apply to the search.&amp;lt;br /&amp;gt;[[File:Manual:extendedsearch3.png|link=link=https://en.wiki.bluespice.com/wiki/File:ExtendedSearch3.png|alt=|center|thumb|341x341px|Adding filters]]&lt;br /&gt;
**Search options - represented by a &amp;quot;gear&amp;quot; icon - opens a dialog where users can change settings for the current search. It provides options like the number of results per page, sorting field and order.&amp;lt;br /&amp;gt;[[File:Manual:extendedsearch4.png|link=link=Special:FilePath/ExtendedSearch5.png|alt=|center|thumb|Options dialog]]&lt;br /&gt;
**Export search - represented by the &amp;quot;export&amp;quot; icon - opens a dialog to export current search results to a dedicated page (only visible to authorized users, by default admin users).&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Filter:&#039;&#039;&#039; Filters are displayed in form of pills below the results counter. Each filter pill represents a different attribute. Filter values can be changed by clicking on the filter pill and selecting the desired options from the popup that will open. Filter can be removed by clicking on  the &amp;quot;x&amp;quot; button in each pill.&amp;lt;br /&amp;gt;[[File:Manual:extendedsearch2.png|link=link=Special:FilePath/ExtendedSearch4.png|alt=|center|thumb|Editing filter]]&lt;br /&gt;
*&#039;&#039;&#039;Results:&#039;&#039;&#039; If current search criteria yield any results, a list of results is displayed. The information available in the results is depending on the result type):&lt;br /&gt;
**Main title of the result (page title, file name...)&lt;br /&gt;
**Result type&lt;br /&gt;
**Size and extension (for files)&lt;br /&gt;
**Thumb image (for images) or file type icon (for other file types)&lt;br /&gt;
**Redirect information&lt;br /&gt;
**Original name (for wikipages, if the page display title is different than the actual page title)&lt;br /&gt;
**Secondary information like page categories, modification and creation date, author, etc.&lt;br /&gt;
**Snippet of the matches in the content of the page (if there are matches in the page content),&lt;br /&gt;
**Sections with matches in the content (for wikipages)&lt;br /&gt;
&lt;br /&gt;
In case there is an exact match for a given search term, the result that matches exactly is displayed as a &amp;quot;featured&amp;quot; result. Such a result displays a preview image of the page and always displays the content snippet, regardless of whether there are matches in the content or not.&lt;br /&gt;
====Results relevance====&lt;br /&gt;
All logged-in users can mark certain results as &amp;quot;favorites&amp;quot; by clicking on the star symbol in the right corner of each result.&lt;br /&gt;
Files marked as &amp;quot;favorite&amp;quot; will score higher in future searches - this is not visible immediately, however, but happens over time.&lt;br /&gt;
One user&#039;s relevance settings won&#039;t affect other user&#039;s searches. Results can be unmarked as &amp;quot;favorite&amp;quot; by clicking on the &amp;quot;star&amp;quot; symbol again.&lt;br /&gt;
&lt;br /&gt;
====Exporting search results====&lt;br /&gt;
After executing the search, administrators can export (save) the results to a specific page using the &amp;quot;Export&amp;quot; command from the &amp;quot;Tools&amp;quot; menu. The list is exported to &#039;&#039;MediaWiki:PageCollection/LISTENNAME.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Only valid wikipages are exported. The pages contained in a list can be included in a book in the book function via &#039;&#039;Mass add&amp;gt; Source: Page collection.&#039;&#039;&lt;br /&gt;
[[File:Manual:ExtendedSearch5.png|link=link=Special:FilePath/ExtendedSearch6.png|alt=|center|thumb|Export search]]&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
In the [[Manual:Extension/BlueSpiceConfigManager‏‎‏‎|BlueSpiceConfigManager]], under settings for the extension &#039;&#039;BlueSpiceExtendedSearch&#039;&#039;, the following configuration options are available:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#dpl:title=Manual:Extension/BlueSpiceConfigManager|include=#BlueSpiceExtendedSearch}}&lt;br /&gt;
&lt;br /&gt;
==SearchAdmin==&lt;br /&gt;
&#039;&#039;Special:SearchAdmin&#039;&#039; is a special page for wiki admins. This page provides stats on documents indexed in the search.{{Box Links-en|Topic1=[[Reference:BlueSpiceExtendedSearch]]}}&lt;br /&gt;
&lt;br /&gt;
{{Translation}}&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
[[Category:Search]]&lt;/div&gt;</summary>
		<author><name>Pyashchenko</name></author>
	</entry>
	<entry>
		<id>https://en.wiki4.bluespice.com/w/index.php?title=User:Pyashchenko/Sidebar&amp;diff=3838</id>
		<title>User:Pyashchenko/Sidebar</title>
		<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/w/index.php?title=User:Pyashchenko/Sidebar&amp;diff=3838"/>
		<updated>2022-06-30T15:20:55Z</updated>

		<summary type="html">&lt;p&gt;Pyashchenko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*PAGESVISITED&lt;br /&gt;
*YOUREDITS&lt;/div&gt;</summary>
		<author><name>Pyashchenko</name></author>
	</entry>
	<entry>
		<id>https://en.wiki4.bluespice.com/w/index.php?title=User:Pyashchenko/Sidebar&amp;diff=3837</id>
		<title>User:Pyashchenko/Sidebar</title>
		<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/w/index.php?title=User:Pyashchenko/Sidebar&amp;diff=3837"/>
		<updated>2022-06-30T15:20:23Z</updated>

		<summary type="html">&lt;p&gt;Pyashchenko: Created page with &amp;quot;*PAGESVISITED *do not do here nothing it&amp;#039;s only a test *YOUREDITS&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*PAGESVISITED&lt;br /&gt;
*do not do here nothing it&#039;s only a test&lt;br /&gt;
*YOUREDITS&lt;/div&gt;</summary>
		<author><name>Pyashchenko</name></author>
	</entry>
	<entry>
		<id>https://en.wiki4.bluespice.com/w/index.php?title=Manual:Create_pages&amp;diff=3830</id>
		<title>Manual:Create pages</title>
		<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/w/index.php?title=Manual:Create_pages&amp;diff=3830"/>
		<updated>2022-06-30T12:49:24Z</updated>

		<summary type="html">&lt;p&gt;Pyashchenko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;bookshelf src=&amp;quot;Book:User manual&amp;quot; /&amp;gt;&lt;br /&gt;
An important aspect of the wiki principle is that content can be created, edited and shared quickly with others. Changes to wiki pages can be tracked and reversed at any time via the version history. Therefore, a wiki should limit editing rights sparingly to allow for the greatest possible collaboration.&lt;br /&gt;
&lt;br /&gt;
==Create a page==&lt;br /&gt;
&#039;&#039;&#039;To create a page:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;Click&#039;&#039;&#039; the New button in the [[Manual:Extension/BlueSpiceDiscovery|Header]]. A dialog window opens.&lt;br /&gt;
#&#039;&#039;&#039;Enter&#039;&amp;lt;nowiki/&amp;gt;&#039;&#039; a new page name &#039;&amp;lt;nowiki/&amp;gt;&#039;&#039;&#039;&#039;&#039;. If the page does not exist yet, you will see a red link.[[File:Manual:Create page dialog.png|alt=Create a new page|center|thumb|350x350px|Create a new page]]&lt;br /&gt;
#&#039;&#039;&#039;Click&#039;&#039;&#039; done.&lt;br /&gt;
#&#039;&#039;&#039;Choose&#039;&#039;&#039; &#039;&#039;Blank Page&#039;&#039; or a page template. This step is omitted if no page templates are available. The page now opens in edit mode. You can now use the [[Manual:Extension/VisualEditor|editor bar]] to switch between visual editing and source code editing.&lt;br /&gt;
#&#039;&#039;&#039;Save&#039;&#039;&#039; the page. It now exists in the main wiki namespace.&lt;br /&gt;
&lt;br /&gt;
==Change a page name==&lt;br /&gt;
If you want to change the page name later (e.g. to store it in another [[Manual:The concept of namespaces|Namespace]]), you can use the [[Manual:Rename and move pages|Move the page]].&lt;br /&gt;
&lt;br /&gt;
==Create subpages==&lt;br /&gt;
To create a [[Manual:Subpage|Subpage]] for the current page, select the &#039;&#039;New subpage&#039;&#039; function from the &#039;&#039;New&#039;&#039; button menu.&lt;br /&gt;
[[File:Manual:Create a subpage.png|alt=Create a subpage|center|thumb|150x150px|Create a subpage]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The subpage is then created accordingly as page &amp;lt;code&amp;gt;Current page/subpage&amp;lt;/code&amp;gt;, e.g. &#039;&#039;VisualEditor/Tables&#039;&#039;. If a page has subpages, the path is displayed via the breadcrumb navigation at the top of the page. The character &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; is only used to create a subpage. So you can&#039;t create a wiki page called &#039;&#039;When/how to take vacation&#039;&#039; as this will result in a main page &#039;&#039;When&#039;&#039; with subpage &#039;&#039;How to take vacation&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Page name conventions==&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Title choice:&#039;&#039;&#039; In a wiki, titles are very important. In wikis with many entries, it happens that authors &amp;quot;on the off chance&amp;quot; set links to pages that they consider important in the context of their entry. It should therefore be ensured that the title describes as briefly and precisely as possible what the page is about. Single words work well, but short phrases like &amp;quot;why wikis work&amp;quot; can also be useful names. In addition, meaningful page titles also make it easier for readers to find their way around and to search for an article using the title search.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Namespaces:&#039;&#039;&#039; To create a &amp;lt;span class=&amp;quot;mw-lingo-term&amp;quot;&amp;gt;article&amp;lt;/span&amp;gt; in another &amp;lt;span class=&amp;quot;mw-lingo-term&amp;quot;&amp;gt;namespace&amp;lt;/span&amp;gt;, the respective article name must be preceded by the &amp;lt;span class=&amp;quot;mw-lingo-term&amp;quot;&amp;gt;namespace prefix&amp;lt;/span&amp;gt;, i.e. &amp;lt;code&amp;gt;namespace:articlename&amp;lt;/code&amp;gt;. An article name can exist multiple times in the wiki as long as it is in different namespaces.&lt;br /&gt;
*&#039;&#039;&#039;Special characters:&#039;&#039;&#039; The following characters &#039;&#039;&#039;not&#039;&#039;&#039; can be used in titles: &amp;lt;code&amp;gt;{ } &amp;amp; ? &amp;lt; &amp;gt; \&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;,&amp;lt;/code&amp;gt; . You can find more about this at [https://www.mediawiki.org/wiki/Manual:Page_title?action=view Mediawiki].&lt;br /&gt;
*&#039;&#039;&#039;Spelling:&#039;&#039;&#039; When linking to an already existing page via the source text mode, you should pay attention to the exact spelling. For example, if you enter &amp;lt;nowiki&amp;gt;[[Hello world]]&amp;lt;/nowiki&amp;gt; instead of &amp;lt;nowiki&amp;gt;[[Hello World]]&amp;lt;/nowiki&amp;gt;, a new page is created again because the links were written differently. You should therefore also take into account upper and lower case letters and spaces. Only with the first letter does it make no difference whether you write it in upper or lower case.&lt;br /&gt;
&lt;br /&gt;
==Alternate options==&lt;br /&gt;
There are other handy ways to create a page in the wiki:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Search:&#039;&#039;&#039; &amp;lt;span class=&amp;quot;ve-pasteProtect&amp;quot; style=&amp;quot;color: rgb(51, 51, 51)&amp;quot;&amp;gt;Maybe a page on your topic already exists. Before you create a new page, you can use the search function to enter terms related to your topic and check existing pages. If there is no suitable page yet, click on the red link &amp;quot;Page&amp;lt;/span&amp;gt; &#039;&#039;[page name]&#039;&#039; &amp;lt;span class=&amp;quot;ve-pasteProtect&amp;quot; style=&amp;quot;color: rgb(51, 51, 51)&amp;quot;&amp;gt;create &amp;quot; in the search results of the quick menu. There is also a &amp;lt;code&amp;gt;+&amp;lt;/code&amp;gt; button for creating a new page in the Search Center.&amp;lt;/span&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Redlink:&#039;&#039;&#039; If you are currently editing a wiki page, you can directly select a text passage and set a link to a non-existent page. &amp;lt;span class=&amp;quot;ve-paste&lt;br /&gt;
*&#039;&#039;&#039;Browser address bar:&#039;&#039;&#039; You can also create a page directly from the address bar of your web browser. To do this, simply replace the title of the current page with a new page name. If you then press Enter, the new page will open.&lt;br /&gt;
*&#039;&#039;&#039;Form:&#039;&#039;&#039; In BlueSpice pro, there is also the possibility to create pages using [[Reference:Page Forms|forms]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Box_Links-en | Topic1 =[[Manual:Rename_and_move_pages|Rename and move pages]]| Topic2 =[[Manual:Redirects|Redirects - Using Synonyms]] | Topic3 =[[Reference:BlueSpicePageTemplates|Creating and Using Page Templates]] | Topic4 = }}&lt;br /&gt;
[[en:{{FULLPAGENAME}}]]&lt;br /&gt;
[[de:Seiten_erstellen]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Editing]]&lt;/div&gt;</summary>
		<author><name>Pyashchenko</name></author>
	</entry>
	<entry>
		<id>https://en.wiki4.bluespice.com/w/index.php?title=User:Pyashchenko&amp;diff=3825</id>
		<title>User:Pyashchenko</title>
		<link rel="alternate" type="text/html" href="https://en.wiki4.bluespice.com/w/index.php?title=User:Pyashchenko&amp;diff=3825"/>
		<updated>2022-06-28T12:53:37Z</updated>

		<summary type="html">&lt;p&gt;Pyashchenko: create user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Userpage standard content}}&lt;/div&gt;</summary>
		<author><name>Pyashchenko</name></author>
	</entry>
</feed>