Search
Ainecto has two search surfaces:
- Global document search for finding documents across a project or workspace
- Canvas search for finding tables and columns inside the current ERD
Global document search
Use global search when you know a document title, a phrase inside a Markdown document, or part of a document's content.
Open it from the top navigation:
- File > Search...
Ctrl+Shift+F/Cmd+Shift+F
The search dialog supports:
| Control | Description |
|---|---|
| Scope | Search the current project or all workspace documents |
| Type filter | Limit results to Markdown, ERD, Diagram, Testcase, or Task |
| Results | Open a matching document directly |
Markdown results can include body-text previews. Click a result to open that document in a tab.
Canvas search
Use canvas search when you are inside an ERD and need to jump to a table or column.
Press Ctrl+F (or Cmd+F on Mac) to open the canvas search panel.
You can also access it from the sidebar or the diagram menu.
What canvas search covers
The canvas search index covers:
| Entity | Searchable fields |
|---|---|
| Tables | Table name |
| Columns | Column name |
Type a few characters and matching results appear immediately. You do not need to press Enter.
Real-time results
Canvas search results update as you type. Each result shows:
- The table name and schema name when applicable
- The matching column name, if the match is on a column rather than the table
- A visual highlight on the matched portion of the name
Results are ranked so exact prefix matches appear first, followed by substring matches.
Navigate to a canvas result
Click any result in the canvas search panel to:
- Pan the canvas so the matching table is centered in view.
- Select the table on the canvas.
- Highlight the table so it stands out.
This is especially useful in large diagrams where manual panning would take too long.
Closing search
- In global search, press
Escapeor close the dialog. - In canvas search, press
Escapeor click the close button on the search panel.
Tips
- Use File > Search... to find documents across the workspace.
- Use
Ctrl+Finside an ERD to jump between tables and columns. - Canvas search works across all tables in the current diagram, regardless of filter state.