<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lotrtcgwiki.com/mw/index.php?action=history&amp;feed=atom&amp;title=Search_tips</id>
	<title>Search tips - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lotrtcgwiki.com/mw/index.php?action=history&amp;feed=atom&amp;title=Search_tips"/>
	<link rel="alternate" type="text/html" href="https://lotrtcgwiki.com/mw/index.php?title=Search_tips&amp;action=history"/>
	<updated>2026-04-25T19:10:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://lotrtcgwiki.com/mw/index.php?title=Search_tips&amp;diff=5032&amp;oldid=prev</id>
		<title>IstariBot: IstariBot mass importing articles from the old DokuWiki instance.</title>
		<link rel="alternate" type="text/html" href="https://lotrtcgwiki.com/mw/index.php?title=Search_tips&amp;diff=5032&amp;oldid=prev"/>
		<updated>2020-08-04T04:26:24Z</updated>

		<summary type="html">&lt;p&gt;IstariBot mass importing articles from the old DokuWiki instance.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Search Tips =&lt;br /&gt;
&lt;br /&gt;
Basically DokuWiki performs logical AND search. That means all the words you put in the query will be used. Search is always case insensitive.&lt;br /&gt;
&lt;br /&gt;
DokuWiki's advanced search query syntaxes are described below. All of the syntaxes can be combined together. In this section, we'll use square brackets ''[ ... ]'' to represent characters entered in the query.&lt;br /&gt;
&lt;br /&gt;
== Terms you want to exclude (-) ==&lt;br /&gt;
&lt;br /&gt;
You can attach a dash ''-'' immediately before a keyword to exclude pages that contain this keyword from your search results. For example the query ''[ dokuwiki -plugin ]'' will find pages which contain &amp;quot;DokuWiki&amp;quot; but not contain &amp;quot;plugin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You can use this syntax ''-'' not just for a keyword, but also for a partial matching, a phrase search, a namespace search and a grouping search described below. For example, you can use the query ''%%[ -&amp;quot;phrase you want to exclude&amp;quot; ]%%'' to exclude exact phrase. &lt;br /&gt;
&lt;br /&gt;
== Partial matching (*) ==&lt;br /&gt;
&lt;br /&gt;
You can perform a partial matching by prefixing and/or suffixing an asterisk ''*'' to a keyword. For example, searching for ''[ wiki ]'' will only find &amp;quot;wiki&amp;quot;, but searching for ''[ *wiki ]'' will also find &amp;quot;DokuWiki&amp;quot; (suffix matching). You can also perform ''[ doku* ]'' (prefix matching) and ''[ *okuwik* ]'' (partial matching).&lt;br /&gt;
&lt;br /&gt;
Note that ''*'' is not a &amp;quot;wildcard&amp;quot;. You can't use it within a keyword, i.e. searching ''[ doku*iki ]'' will not find anything for you.&lt;br /&gt;
&lt;br /&gt;
== Phrase search (&amp;quot;&amp;quot;) ==&lt;br /&gt;
&lt;br /&gt;
You can search for exact phrases by putting double quotes around a set of words, e.g. ''%%[ &amp;quot;installing dokuwiki&amp;quot; ]%%''.&lt;br /&gt;
&lt;br /&gt;
== Search within a namespace (=) ==&lt;br /&gt;
&lt;br /&gt;
You can restrict the search to namespaces. To search pages within a namespace, prefix ''='' or ''ns:'' to the namespace. To not search pages within a namespace, prefix ''^'' or ''-ns:'' to the namespace.&lt;br /&gt;
&lt;br /&gt;
For example, the query ''[ dokuwiki =wiki ^wiki:docs ]'' will find pages which contain a word &amp;quot;dokuwiki&amp;quot; and are within &amp;quot;wiki&amp;quot; namespace but not within &amp;quot;wiki:docs&amp;quot; namespace. The query ''[ dokuwiki ns:wiki -ns:wiki:docs ]'' will do the same thing.&lt;br /&gt;
&lt;br /&gt;
== The OR operator (|) ==&lt;br /&gt;
&lt;br /&gt;
By default DokuWiki performs a logical AND search, but you can also use a logical OR search by using ''|'' or ''or'' as a separator of your search terms. For example, the query ''[ plugin | template ]'' will find pages which contain either &amp;quot;plugin&amp;quot; or &amp;quot;template&amp;quot;. The query ''[ plugin or template ]'' will do the same thing.&lt;br /&gt;
&lt;br /&gt;
The OR operator has a lower precedence than the default AND operator. That is, the query ''[ dokuwiki plugin | template ]'' can be represented as ''[ (dokuwiki plugin) | template ]'', not as ''[ dokuwiki (plugin | template) ]''. Instead, use a grouping syntax as described below.&lt;br /&gt;
&lt;br /&gt;
== Grouping search ==&lt;br /&gt;
&lt;br /&gt;
You can group search terms by enclosing terms with parentheses ''( ... )''. Having the highest precedence, parentheses may be used to force precedence.&lt;br /&gt;
&lt;br /&gt;
For example, the query ''[ dokuwiki -(plugin | =plugin) ]'' will find pages which contain a word &amp;quot;DokuWiki&amp;quot; but not contain a word &amp;quot;plugin&amp;quot; and also are not within a namespace &amp;quot;plugin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Quicksearch =&lt;br /&gt;
&lt;br /&gt;
You can enter the beginning of a ''pagename'' into the search box and wait half a second. In most modern browsers you will automatically get a popup with matching pagenames.&lt;/div&gt;</summary>
		<author><name>IstariBot</name></author>
	</entry>
</feed>