Search Cheat Sheet
Click any example test it in the sidebar search.
| Strict match. Anything titled "Wall" (Wall, WallType, FaceWall). Members not included. | |
| Same names, narrowed to class kind. No methods or properties. | |
| Both words must appear in the path. Finds Wall plus every Create member underneath. | |
| Dot scopes the search: only Create members inside a Wall* class. No matches in unrelated namespaces. | |
| Path-scoped AND type-filtered: only method-kind Create members of Wall*. |
| Just the Wall* classes themselves. The baseline we'll build on. | |
| Same set, but hide anything in the BuiltInFailures subtree. - excludes. | |
| Classes PLUS every method and property under each one. + = show all members. | |
| Combine: classes plus all members, minus BuiltInFailures noise. | |
| Stack as many -word exclusions as you want. Each one prunes that subtree from the results. |
class, method, property, enum, etc. → type filter.Header bar
Drag handle. Grab to move the panel anywhere on screen. × closes.
Match keyword(s) inside
- Title default on. Client-side match against the visible label.
- Parameters backend search across method / constructor parameter names.
- Description backend search across the long-form description text.
- Syntax backend search across the C# / Python / VB syntax block.
- Inheritance backend search across the inheritance chain text.
- Remarks backend search across the Remarks section.
Search settings
- Case sensitive match casing exactly.
- Whole word
wallstops matching "WallType". - Show all members single-token search for a class drags in every method / property. Same effect as the + prefix, but persistent.
- Only obsolete scope to deprecated pages in the active Revit year.
- All new scope to pages new in the active Revit year (not in N-1).
Ignore keywords
Tokens (space- or comma-separated) that hide matching nodes and their entire subtree. Persistent across searches.
Filter by type
Each colored chip toggles a kind off. All / None bulk-toggle. When any chip is off, the type filter is active even with no query.
Type letter for Class, Method, Property, etc. Each has its own color to provide better navigation.
Row highlight. The currently active page.
Search keyword match (only shown when the highlight toggle is on).
New page for the current API version.
Page marked obsolete. Might be removed in the next version.
Count badge. Total items inside the parent.
| Middle-click a row | Opens that page in a new RVTDocs tab (current tab stays where it is). |
| Ctrl+click a row | Same as middle-click. Opens in a new tab. |
| Switch year tab in header | Reloads the sidebar tree counts and footer links for that Revit year. No flash. |
| Ctrl+K → pick result | Popup search across all pages. Picking a result focuses the sidebar on it: closes other groups, opens the active path, centers the row in view. |