Revision Difference
Wiki_Search_Tags#548007
<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)⤶
⤶
# 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.