Revision Difference
Wiki_Search_Tags#548008
<cat>Dev</cat>
<title>Wiki Search Tags</title>
This wiki supports searching for pages based on what they identify as.
⤶
You'll need to type a term to search before any pages are returned; the wiki does not support wildcards at the moment. (it can be as short as one letter)
⤶
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.
# 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.
`is:struct` will search for structs.
`is:enum` will search for enumerations.