Revision Difference
Wiki_Search_Tags#548017
<cat>Dev</cat>
<title>Wiki Search Tags</title>
This wiki supports searching for pages based on what they identify as.
If you're searching all pages of a type without a search term, you'll need to type a space after your tags for any tags that are missing from three. If using one tag, type two spaces. Two tags, type 1 space. Three tags do not require a space after the tags.
⤶
# Inclusive search⤶
⤶
`is:sv` or `is:server` will search for all pages that are server-associated.⤶
⤶
`is:cl` or `is:client` will search for pages that exist in the client realm.⤶
⤶
`is:mn` or `is:menu` searches for all menu pages.⤶
This wiki supports searching for pages based on the page tags, or in other words, what they identify as.
If you're searching all pages of a type without a search term, **you'll need to type spaces after the tag**.
Use two spaces if you're using only one tag, one space for two tags.⤶
⤶
⤶
# Inclusive search⤶
<note> All pages without a realm tag will also be included. </note>⤶
`is:sv` or `is:server` will search for pages about topics in the server realm.⤶
⤶
`is:cl` or `is:client` will search for pages about topics in the client realm.⤶
⤶
`is:mn` or `is:menu` will search for pages about topics in the menu realm.⤶
# Exclusive Search
You can also exclude search tags, like so:
`not:sv`/`not:server` will show client/menu only.
`not:cl`/`not:client` will show pages not in the client realm.
`not:mn`/`not:menu` will show all pages not in the menu realm.
# Type Search
`is:global` will search only for global functions.
`not:sv`/`not:server` will not show all server realm pages.
`not:cl`/`not:client` will not show all client realm pages.
`not:mn`/`not:menu` will not show all menu realm pages.
# Datatype Search
`is:global` will search for global functions and variables.
`is:struct` will search for structs.
`is:enum` will search for enumerations.