Global Search
Find pages, vehicles, work orders, parts, and more using the command palette.
Overview
MineSync includes a global search command palette that lets you jump to any page or find data records without navigating through menus. It is available on every page inside the tenant layout.
How to Open
- Click the Search everything... bar in the top-right corner of the page.
- Press
Cmd+K(macOS) orCtrl+K(Windows/Linux) from anywhere in the application.
What You Can Search
Pages and Navigation
Every page in MineSync is indexed in the command palette, organized by module:
| Module | Example pages |
|---|---|
| Lifecycle | Dashboard, Fleet, Asset Profiles, Work Orders, Parts, BOM, Standard Jobs, Meter Readings, Forecasts, TCO Calculator, Calendar, Configuration |
| Scheduler | Schedule, Tasks, Scenarios, Resources, Work Requests, Approvals, Dispatch |
| Benchmark | Dashboard, Settings |
| AI | Chat, Chat History, AI Settings |
| Admin | Members, Profile Templates, Audit Logs, DB Backup, Settings, Master Data, Theme |
| Account | Account Settings, Billing, Notifications |
Page results are filtered client-side by matching your query against both the page name and related keywords. For example, typing "trucks" matches the Fleet page because "trucks" is a keyword.
Data Records
When you type at least two characters, MineSync also searches the database for matching records across these entity types:
- Vehicles — matched by unit number, VIN, or serial number. Results show equipment type and status.
- Work Orders — matched by title. Results show status and priority.
- Profiles — matched by name.
- Parts — matched by part number and description.
- Sites — matched by name, code, and location.
- Companies — matched by name and city.
- Standard Jobs — matched by name and description.
- Bill of Materials — matched by name and description.
- TCO Scenarios — matched by name and description.
Database search is debounced (300 ms delay) to avoid excessive queries while you type.
Recently Viewed
When you open the command palette without typing a query, it shows your recently viewed items so you can quickly return to records you were working with.
Selecting a Result
Click a result or use the keyboard arrow keys and Enter to navigate to the selected page or record. The palette closes automatically after navigation.
Common Questions
Does search work across tenants?
No. Search only returns results for the tenant you are currently viewing.
Why do I see "Searching..." but no results?
The API query requires at least two characters and waits 300 ms after you stop typing. If no matching records exist, you will see "No results found."
Can I search by partial text?
Yes. Both page names and data records support partial, case-insensitive matching.