Genel Arama
SetGet, workspace'inizdeki her varliga yayilan birlesik bir arama deneyimi sunar. Whether you need to find a specific work item by its identifier, locate a page you wrote last month, or look up a team member, global search gets you there in seconds. Search is available from every screen in the application and is designed for keyboard-first interaction.
Aramayi acma
There are two ways to open the search panel:
- Keyboard shortcut — Press
Ctrl+Kon Windows and Linux, orCmd+Kon macOS. This works from any screen in SetGet. - Sidebar icon — Click the magnifying glass icon at the top of the sidebar.
The search panel opens as a centered modal overlay. Start typing immediately — the input field is focused automatically.
Ne aranabilir
Global search indexes the following entity types across your entire workspace:
| Entity | What is matched | Example query |
|---|---|---|
| Work items | Title, identifier (e.g., PRJ-142), description text | PRJ-142 or login bug |
| Projects | Project name, identifier, description | backend api |
| Pages | Page title and body content | onboarding guide |
| Members | Display name and email address | jane or jane@example.com |
| Cycles | Cycle name and description | Sprint 12 |
| Modules | Module name and description | authentication |
| Views | Saved view names | my urgent items |
| Labels | Label names | frontend |
Search results update as you type. SetGet performs the query after a short debounce to avoid excessive requests while you are still typing.
Arama sonuclari
Results are grouped by entity type. Each group shows up to five results initially, with an option to expand and see all matches for that type.
Each result entry displays:
- Icon indicating the entity type (work item, page, project, etc.)
- Title or name of the matched entity
- Context snippet showing where the match occurred (for pages and descriptions)
- Project badge indicating which project the item belongs to
- Identifier for work items (e.g., PRJ-142)
Click a result to navigate directly to it. The search panel closes automatically when you select a result.
Klavye navigasyonu
The search panel is fully navigable with the keyboard:
| Key | Action |
|---|---|
Up Arrow / Down Arrow | Move between results |
Enter | Open the selected result |
Escape | Close the search panel |
Tab | Cycle between result type groups |
TIP
You do not need to reach for the mouse. Open search with Ctrl+K, type your query, arrow down to the result, and press Enter. The entire flow takes just a few keystrokes.
Arama filtreleri
You can narrow results by prefixing your query or using filter tokens:
Tur filtreleri
Restrict results to a specific entity type by selecting a filter chip at the top of the search panel. Available filters:
- All (default)
- Work Items
- Projects
- Pages
- Members
- Cycles
- Modules
Click a chip or use Tab to cycle through them.
Proje kapsami
When you are inside a project, search defaults to workspace-wide results but offers a toggle to limit results to the current project only. Click This project to narrow the scope.
Tanimlayici araması
Typing a work item identifier (e.g., PRJ-142) immediately surfaces the exact match at the top of the results, regardless of other partial matches.
Son aramalar
Below the search input, SetGet shows your five most recent search queries. Click any recent query to re-run it instantly. Recent searches are stored locally in your browser and are not shared with other workspace members.
Arama davranisi detaylari
- Case insensitive — searching for
Login Bugandlogin bugreturns the same results. - Partial matching — typing
authmatches "Authentication", "OAuth setup", and "auth-service". - Accent insensitive — diacritics are normalized, so
resumematchesr\u00e9sum\u00e9. - No special syntax required — just type natural words. No need for Boolean operators or quotes.
Performans
Search queries execute against indexed data, so results appear quickly even in workspaces with tens of thousands of work items. The search index updates in near real time as items are created or modified.
WARNING
Archived items are excluded from search results by default. To search archived content, navigate to the Archives section and use the search within that view.
Yaygin kullanim senaryolari
- Finding a work item when you only remember part of the title — type a few keywords and scan the work item results.
- Jumping to a project quickly — type the project name instead of scrolling through the sidebar.
- Looking up a team member's profile — search by name or email to find their member page.
- Locating documentation — search for page content when you cannot remember which project holds the page.
Arama vs. komut paleti
SetGet uses the same Ctrl+K / Cmd+K shortcut for both search and the command palette. The two features work together:
| Behavior | When it activates |
|---|---|
| Search mode | When you type an entity name, identifier, or general keyword |
| Command mode | When you type an action verb like "create", "go to", or "switch" |
You do not need to choose between them — the palette automatically detects intent and shows the right results. Bkz. Command Palette for command-specific details.
Arama ipuclari
- Use the work item identifier (e.g.,
PRJ-42) when you know it — this is the fastest way to an exact result. - If you get too many results, switch to a type filter (e.g., Pages only) to narrow down.
- Search queries are not saved to the server — recent searches are stored locally in your browser for privacy.
- If you cannot find a result, check whether the item might be archived. Archived content is excluded by default.
- For long page titles or descriptions, the search snippet highlights the matched portion so you can confirm relevance at a glance.
Ilgili sayfalar
- Command Palette — Execute commands and navigate with the keyboard
- Sidebar Navigation — Browse workspace sections
- Work Items — Work item structure and fields
- Pages — Document and wiki pages
- Projects — Project organization