Skip to content

Commit b670945

Browse files
Merge pull request #191844 from ssalgadodev/searchportal
Updates to add search bar in portal
2 parents de3f6c4 + 2bd9ab1 commit b670945

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

articles/machine-learning/how-to-manage-workspace.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,50 @@ The Workspace.list(..) method does not return the full workspace object. It incl
330330

331331
---
332332

333+
## Search for assets across a workspace (preview)
334+
335+
With the public preview search capability, you can search for machine learning assets such as jobs, models, components, environments, and datasets across all workspaces, resource groups, and subscriptions in your organization through a unified global view.
336+
337+
### Free text search
338+
339+
Type search text into the global search bar on the top of portal and hit enter to trigger a 'contains' search.
340+
A contains search scans across all metadata fields for the given asset and sorts results relevance.
341+
342+
You can use the asset quick links to navigate to search results for jobs, models, and components that you created.
343+
344+
Also, you can change the scope of applicable subscriptions and workspaces via the 'Change' link in the search bar drop down.
345+
346+
:::image type="content" source="./media/how-to-manage-workspace/search-bar.png" alt-text="Search-bar list":::
347+
348+
### Structured search
349+
350+
Select any number of filters to create more specific search queries. The following filters are supported:
351+
352+
* Job:
353+
* Model:
354+
* Component:
355+
* Tags:
356+
* SubmittedBy:
357+
* Environment:
358+
* Dataset:
359+
360+
If an asset filter (job, model, component) is present, results are scoped to those tabs. Other filters apply to all assets unless an asset filter is also present in the query. Similarly, free text search can be provided alongside filters, but are scoped to the tabs chosen by asset filters, if present.
361+
362+
> [!TIP]
363+
> * Filters search for exact matches of text. Use free text queries for a contains search.
364+
> * Quotations are required around values that include spaces or other special characters.
365+
> * If duplicate filters are provided, only the first will be recognized in search results.
366+
> * Input text of any language is supported but filter strings must match the provided options (ex. submittedBy:).
367+
> * The tags filter can accept multiple key:value pairs separated by a comma (ex. tags:"key1:value1, key2:value2").
368+
369+
### View search results
370+
371+
You can view your search results in the individual **Jobs**, **Models** and **Components** tabs. Select an asset to open its **Details** page in the context of the relevant workspace. Results from workspaces you don't have permissions to view are not displayed.
372+
373+
:::image type="content" source="./media/how-to-manage-workspace/results.png" alt-text="Results displayed after search":::
374+
375+
If you've used this feature in a previous update, a search result error may occur. Reselect your preferred workspaces in the Directory + Subscription + Workspace tab.
376+
333377

334378
## Delete a workspace
335379

195 KB
Loading
84 KB
Loading

0 commit comments

Comments
 (0)