<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.dsp-wiki.com/DSP_Wiki:Search_cheatsheet/history?feed=atom</id>
	<title>DSP Wiki:Search cheatsheet - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.dsp-wiki.com/DSP_Wiki:Search_cheatsheet/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/DSP_Wiki:Search_cheatsheet/history"/>
	<updated>2026-05-14T10:58:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://dev.dsp-wiki.com/index.php?title=DSP_Wiki:Search_cheatsheet&amp;diff=15122&amp;oldid=prev</id>
		<title>Antt1995: 1 revision imported: New Files</title>
		<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/index.php?title=DSP_Wiki:Search_cheatsheet&amp;diff=15122&amp;oldid=prev"/>
		<updated>2024-03-24T11:54:38Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: New Files&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:54, 24 March 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key dspwiki?htest:diff:1.41:old-15118:rev-15122 --&gt;
&lt;/table&gt;</summary>
		<author><name>Antt1995</name></author>
	</entry>
	<entry>
		<id>https://dev.dsp-wiki.com/index.php?title=DSP_Wiki:Search_cheatsheet&amp;diff=15118&amp;oldid=prev</id>
		<title>Antt1995: Comment rows about regular expression + Add note about regular expression searches being disabled</title>
		<link rel="alternate" type="text/html" href="https://dev.dsp-wiki.com/index.php?title=DSP_Wiki:Search_cheatsheet&amp;diff=15118&amp;oldid=prev"/>
		<updated>2023-11-01T20:00:44Z</updated>

		<summary type="html">&lt;p&gt;Comment rows about regular expression + Add note about regular expression searches being disabled&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Shortcut|SC:SEARCH}}&lt;br /&gt;
&lt;br /&gt;
This is a &amp;#039;&amp;#039;&amp;#039;cheatsheet of search syntax&amp;#039;&amp;#039;&amp;#039; that can be used in the on-wiki search box.&lt;br /&gt;
&lt;br /&gt;
In general all of the syntax can be combined together, so you can use a wildcarded specific phrase with a namespace, insource, and incategory all at once. Multiple of each can be used too, like a few different insource usages. Multiple terms together are implicitly ANDed.&lt;br /&gt;
&lt;br /&gt;
The wiki uses [https://www.mediawiki.org/wiki/Extension:CirrusSearch CirrusSearch] to power the search box. See the full details on all of the syntax in the [https://www.mediawiki.org/wiki/Help:CirrusSearch documentation] or [https://www.mediawiki.org/wiki/Help:Searching general concepts] on MediaWiki.org.&lt;br /&gt;
&lt;br /&gt;
{{Note|&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; Regular expression searches are disabled.}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable plainlinks&amp;quot;&lt;br /&gt;
!Syntax&lt;br /&gt;
! style=&amp;quot;width:50%&amp;quot; |Description&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |General&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;plain words&amp;lt;/code&amp;gt;&lt;br /&gt;
|Search for the words&lt;br /&gt;
|{{Search link|fidelity}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;quot;specific phrase&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Search for the specific phrase. Unless otherwise mentioned, this can be used with most other parameters.&lt;br /&gt;
|{{Search link|&amp;quot;above its weight class&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;wild* searc\?&amp;lt;/code&amp;gt;&lt;br /&gt;
|Search for the words, where &amp;lt;code&amp;gt;\?&amp;lt;/code&amp;gt; is any one character&amp;lt;ref&amp;gt;The wildcard &amp;lt;code&amp;gt;\?&amp;lt;/code&amp;gt; is must be used with the escaping backslash - plain question marks are treated literally as searches can contain questions.&amp;lt;/ref&amp;gt; and &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt; is any one or more characters&amp;lt;ref&amp;gt;The &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt; wildcard must follow one other non-wildcard character - it cannot be the first character&amp;lt;/ref&amp;gt;. Wildcards can be used in plain words, specific phrase, or insource searches.&lt;br /&gt;
|{{Search link|carr*}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;!inverted&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;-inverted&amp;lt;/code&amp;gt;&lt;br /&gt;
|Inverts the search term, making it &amp;#039;exclude this word&amp;#039; or &amp;#039;exclude this parameter&amp;#039;, etc. &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt; are the same meaning.&lt;br /&gt;
|{{Search link|carrack -fuel}}&lt;br /&gt;
|-&amp;lt;!--&lt;br /&gt;
| &amp;lt;code&amp;gt;search AND term&amp;lt;/code&amp;gt;&lt;br /&gt;
| Enforces two search terms are combined together, so that results include both parameters or parameter groups. Generally not needed, as search terms are implicitly ANDed together, but it may be necessary (and clearer) when using multiple OR statements. When combining with other terms, use brackets to specify what terms should be ORed and what should be ANDed.&lt;br /&gt;
| {{Search link|abyssal AND noxious}} --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;search OR term&amp;lt;/code&amp;gt;&lt;br /&gt;
|Combines two searches together so that the results include either of the parameters/parameter groups (or both). When combining with other terms, use brackets to specify what terms should be ORed and what should be implictly ANDed.&lt;br /&gt;
|{{Search link|bespoke OR fidelity}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Filters&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;Namespace: rest of search&amp;lt;/code&amp;gt;&lt;br /&gt;
|Filter results to the specific namespace. (Note the space between the namespace and the rest of the search.) You can also use the checkboxes on [[Special:Search]].&lt;br /&gt;
|{{Search link|Update: carrack}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;prefix:start of title&amp;lt;/code&amp;gt;&lt;br /&gt;
|Filter results to pages that have names beginning with the specified word or phrase. Unlike other parameters, quoting is not necessary for phrases. Essentially the same functionality as [[Special:PrefixIndex]], but with the rest of the search utility.&lt;br /&gt;
|{{Search link|prefix:carrack}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Wiki utility&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;intitle:&amp;quot;words in title&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Filter results to pages where the page name contains the specified word or phrase.&lt;br /&gt;
|{{Search link|intitle:best intitle:ship}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;incategory:&amp;quot;category&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Searches for results in the specified category.&lt;br /&gt;
|{{Search link|carrack incategory:ships}}&lt;br /&gt;
&amp;lt;!--|-&lt;br /&gt;
| &amp;lt;code&amp;gt;deepcat:&amp;quot;mutliple word category&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Searches for results in the specified category or any subcategory (up to 5 levels deep and 256 total categories).&lt;br /&gt;
| {{Search link|carack deepcat:ships}} --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;linksto:&amp;quot;page to link to&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Searches for pages that link to the specified page. Similar to [[Special:WhatLinksHere]].&lt;br /&gt;
|{{Search link|linksto:&amp;quot;Anvil Aerospace&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;hastemplate:&amp;quot;template&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Searches for pages that use to the specified template. Similar to [[Special:WhatLinksHere]] set to transclusions only.&lt;br /&gt;
|{{Search link|hastemplate:&amp;quot;Infobox vehicle&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;subpageof:&amp;quot;page&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Searches for pages that are a subpage of the specified page. Similar to [[Special:PrefixIndex]].&lt;br /&gt;
|{{Search link|subpageof:carrack}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;insource:word&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;insource:&amp;quot;source code&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Searches for the word or phrase in the wikitext of pages. Greyspace&amp;lt;ref name=&amp;quot;greyspace&amp;quot; /&amp;gt; is ignored. Wildcards can be used to replace some level of regular expressions. This search can be slow - generally best when used with other searches.&lt;br /&gt;
|{{Search link|insource:&amp;quot;above its weight class&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Advanced&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;fuzzy~&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;&amp;quot;fuzzy search&amp;quot;~3&amp;lt;/code&amp;gt;&lt;br /&gt;
|Enables a &amp;#039;fuzzy&amp;#039; search, allowing some level of letter replacement or word shuffling. The first usage is only for single words and allows some amount of letter replacement (by default up to 2 letters except the first two). The second usage requires a number for the &amp;#039;degree&amp;#039; of fuzziness, where 0 is not fuzzy - the degree determines how many word swaps or other words can be added. See [[mediawikiwiki:Help:CirrusSearch#Words,_phrases,_and_modifiers|documentation for details]].&lt;br /&gt;
|{{Search link|vulture~}} (compare {{Search link|vulture}})&amp;lt;br /&amp;gt;{{Search link|&amp;quot;venture&amp;quot;~2}} (compare {{Search link|&amp;quot;venture&amp;quot;}})&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--| &amp;lt;code&amp;gt;insource:/regular expression/&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;insource:/regular expression/i&amp;lt;/code&amp;gt;&lt;br /&gt;
| Searches for the regular expression (or case-insensitive regex if the &amp;lt;code&amp;gt;i&amp;lt;/code&amp;gt; switch is included) in the wikitext of the page. Greyspace&amp;lt;ref name=&amp;quot;greyspace&amp;quot; /&amp;gt; is &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; ignored, making this one of the only ways to search for every character. This search can be slow - generally best when used with other searches. See [https://www.mediawiki.org/wiki/Help:CirrusSearch#Regular_expression_searches documentation] for details of regular expression variants used in search.&lt;br /&gt;
&lt;br /&gt;
The regular expression syntax available is a subset of the standard [[wikipedia:PCRE|PCRE]] syntax. The following syntax is allowed:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.                any character&lt;br /&gt;
*                0-or-more quantifier&lt;br /&gt;
+                1-or-more quantifier&lt;br /&gt;
?                optional (0-or-1) quanitifier&lt;br /&gt;
{x} {x,y} {x,}   arbitrary quantifiers (x exactly, x to y inclusive, x or more)&lt;br /&gt;
a|b              alternation&lt;br /&gt;
(group)          groups&lt;br /&gt;
[abc1-9]         generalised character classes&lt;br /&gt;
[^def]           negated character classes&lt;br /&gt;
\+               escaping special characters with \&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Notable syntax that does not function: any shorthand classes (eg &amp;lt;code&amp;gt;\d \w \s \b&amp;lt;/code&amp;gt;), backreferences (&amp;lt;code&amp;gt;\1&amp;lt;/code&amp;gt;), lookaheads/-behinds, and anchors &amp;lt;code&amp;gt;^ $&amp;lt;/code&amp;gt;. Non-greedy quantifiers (&amp;lt;code&amp;gt;*? +?&amp;lt;/code&amp;gt; &amp;quot;work&amp;quot; in that they do not throw an error, but the results set is unchanged from using a greedy quantifier. Additional information [https://www.elastic.co/guide/en/elasticsearch/reference/current/regexp-syntax.html here].&lt;br /&gt;
| {{Search link|1=insource:&amp;quot;0 SCU&amp;quot; insource:/cargo *= *0\.[1-9]/}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;intitle:/regular expression/&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;intitle:/regular expression/i&amp;lt;/code&amp;gt;&lt;br /&gt;
| Searches for the regular expression in the page title. Regex is the same as the above row for &amp;lt;code&amp;gt;insource:/x/&amp;lt;/code&amp;gt;, including the &amp;lt;code&amp;gt;i&amp;lt;/code&amp;gt; switch.&lt;br /&gt;
| {{Search link|1=intitle:/MSD \+ [234]/}}&lt;br /&gt;
|---&amp;gt;&lt;br /&gt;
||&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;morelike:page1|page2|...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Increases the page weight (increases relevancy, pushing the results to the top) for pages with text similar to the specified page(s). Can be further tuned by applying URL parameters, see [[mediawikiwiki:Help:CirrusSearch#Morelike|documentation]] for details.&lt;br /&gt;
||{{Search link|morelike:Carrack{{!}}Odyssey}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;prefer-recent:amount,time&amp;lt;/code&amp;gt;&lt;br /&gt;
|Increases page relevancy by &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; if the page has been edited within the last &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; number of days. Both parameters are optional - just doing &amp;lt;code&amp;gt;prefer-recent:&amp;lt;/code&amp;gt; uses the default of &amp;lt;code&amp;gt;0.6,160&amp;lt;/code&amp;gt;, which is a 60% boost for pages edited within the last 160 days.&amp;lt;ref&amp;gt;Technically, the time specified in prefer-recent is the half-life of the boost amount; the boost amount is halved every number of days.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Search link|Anvil prefer-recent:}}&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;boost-templates:&amp;quot;template|amount%&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Increases page relevancy by &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt; percent if the page uses the specified template. Multiple usages with different templates can be used to further refine results.&lt;br /&gt;
||{{Search link|Anvil boost-templates:&amp;quot;Template:Infobox vehicle{{!}}200%&amp;quot;}}&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |Files&amp;lt;ref&amp;gt;These do not imply the File: namespace filter - you will need to specify that too (or use the checkboxes).&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;filetype:type&amp;lt;/code&amp;gt;&lt;br /&gt;
|Searches for files with specific internal type. Types are: &amp;lt;code&amp;gt;unknown&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;bitmap&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;drawing&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;audio&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;video&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;multimedia&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;office&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;text&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;executable&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;archive&amp;lt;/code&amp;gt;.&lt;br /&gt;
|{{Search link|File: filetype:bitmap}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;filemime:type&amp;lt;/code&amp;gt;&lt;br /&gt;
|Searches for files with the MIME type - either an exact MIME type, like &amp;lt;code&amp;gt;image/png&amp;lt;/code&amp;gt;, or a partial MIME type, like &amp;lt;code&amp;gt;gif&amp;lt;/code&amp;gt;.&lt;br /&gt;
|{{Search link|File: intitle:logo filemime:svg}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;filesize:number&amp;lt;/code&amp;gt; - mimimum size&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;filesize:&amp;lt;number&amp;lt;/code&amp;gt; - maximum size&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;filesize:number1,number2&amp;lt;/code&amp;gt; - size range&lt;br /&gt;
|Searches for files with the file size (in kibibtyes&amp;lt;ref&amp;gt;1 kibibyte (1KiB) = 1024 bytes.&amp;lt;/ref&amp;gt;). Can search for a minimum, maximum, or a range.&lt;br /&gt;
|{{Search link|File: filesize:4096}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;fileX:number&amp;lt;/code&amp;gt; - exact&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;fileX:&amp;gt;number&amp;lt;/code&amp;gt; - mimimum&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;fileX:&amp;lt;number&amp;lt;/code&amp;gt; - maximum&amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;fileX:number1,number2&amp;lt;/code&amp;gt; - range&lt;br /&gt;
|Search for files with the specific measure at the specific size or size range. &amp;lt;code&amp;gt;fileX&amp;lt;/code&amp;gt; can be any of: &amp;lt;code&amp;gt;filew&amp;lt;/code&amp;gt; for file width, &amp;lt;code&amp;gt;fileh&amp;lt;/code&amp;gt; for file height, &amp;lt;code&amp;gt;fileres&amp;lt;/code&amp;gt; for file resolution&amp;lt;ref&amp;gt;File resolution is defined as sqrt(height × width)&amp;lt;/ref&amp;gt;, or &amp;lt;code&amp;gt;filebit&amp;lt;/code&amp;gt; for file bit depth.&lt;br /&gt;
|{{Search link|File: fileh:3000}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;greyspace&amp;quot;&amp;gt;Greyspace is defined as any of these characters &amp;lt;code&amp;gt;~!@#$%^&amp;amp;*()_+-={}|[]\:&amp;quot;;&amp;#039;&amp;lt;&amp;gt;?,./&amp;lt;/code&amp;gt;. In general greyspace characters are treated as &amp;#039;word boundaries&amp;#039; - removed and replaced with a space.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|&amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; A portion of the text above is originated from the [https://runescape.wiki/ RuneScape Wiki] under [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC BY-NC-SA 3.0] license.}}&lt;br /&gt;
{{Short description|Cheatsheet of on-wiki search syntax}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Dyson Sphere Program Wiki community]]&lt;/div&gt;</summary>
		<author><name>Antt1995</name></author>
	</entry>
</feed>