Skip to content

Commit

Permalink
Merge pull request #9054 from JarbasHorst/patch-44
Browse files Browse the repository at this point in the history
Fixed broken links for indexing in search topics
  • Loading branch information
Lauragra authored Jan 26, 2024
2 parents 8acb534 + bff7541 commit 3d51c56
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.prod: search

# Microsoft Graph connectors overview

[Microsoft 365](https://www.microsoft.com/microsoft-365) is a complete, intelligent solution that empowers users and organizations with innovative productivity experiences and rich insights to increase efficiency and drive business growth. Microsoft Graph is the data fabric that powers these intelligent experiences, and the [Microsoft Search API](/graph/api/resources/indexing-api-overview) provides access to this data and intelligence.
[Microsoft 365](https://www.microsoft.com/microsoft-365) is a complete, intelligent solution that empowers users and organizations with innovative productivity experiences and rich insights to increase efficiency and drive business growth. Microsoft Graph is the data fabric that powers these intelligent experiences, and the [Microsoft Search API](/graph/api/resources/connectors-api-overview) provides access to this data and intelligence.

Although most information workers spend much of their work time within productivity applications such as Microsoft 365, they also need a way to integrate that environment with the enterprise applications and other on-premises and SaaS cloud software and services that they use. Examples include enterprise resource planning (ERP) applications, customer resource management (CRM) applications, intranet applications, wikis, blogs, and social networking sites.

Expand Down
2 changes: 1 addition & 1 deletion concepts/connecting-external-content-manage-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ To remove all items that were indexed via a connection, you can [delete a connec
## Next steps

- [Register the connection schema](connecting-external-content-manage-schema.md)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview)
- [Download the sample search connector from GitHub](https://github.com/microsoftgraph/msgraph-search-connector-sample)
2 changes: 1 addition & 1 deletion concepts/connecting-external-content-manage-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ Ultimately, the choice of data refresh strategy depends on your data type and co

- [Use external groups to manage permissions](connecting-external-content-external-groups.md)
- [Query using the Microsoft Search API](search-concept-overview.md#why-use-the-microsoft-search-api)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview)
- [Search custom types (externalItem)](search-concept-custom-types.md)
- [Download the sample search connector from GitHub](https://github.com/microsoftgraph/msgraph-search-connector-sample)
2 changes: 1 addition & 1 deletion concepts/connecting-external-content-manage-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Adding a semantic label can affect experiences like Relevance and Viva Topics.
## Next steps

- [Add items to the connection](connecting-external-content-manage-items.md)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview)
- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview)
- [Search custom types (externalItem)](search-concept-custom-types.md)
- [Build your first custom Microsoft Graph connector](/graph/connecting-external-content-build-quickstart)

2 changes: 1 addition & 1 deletion concepts/search-concept-custom-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.prod: "search"

# Use the Microsoft Search API to search custom types imported using Microsoft Graph connectors

Use the Microsoft Search API in Microsoft Graph to search across external content ingested and indexed by [Microsoft Graph connectors](/microsoftsearch/connectors-overview). The content is imported either via [built-in connectors](https://www.microsoft.com/microsoft-search/connectors) provided by Microsoft, or via custom connectors implemented by using the [Microsoft Graph connectors ingestion API](/graph/api/resources/indexing-api-overview).
Use the Microsoft Search API in Microsoft Graph to search across external content ingested and indexed by [Microsoft Graph connectors](/microsoftsearch/connectors-overview). The content is imported either via [built-in connectors](https://www.microsoft.com/microsoft-search/connectors) provided by Microsoft, or via custom connectors implemented by using the [Microsoft Graph connectors ingestion API](/graph/api/resources/connectors-api-overview).

[!INCLUDE [search-schema-updated](../includes/search-schema-updated.md)]

Expand Down
4 changes: 2 additions & 2 deletions concepts/search-concept-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Microsoft Search API provides one unified search endpoint that you can use t

Use [Microsoft Graph connectors](/microsoftsearch/connectors-overview) to include data outside of the Microsoft cloud in your search experience. For instance, connect to an organization's human resources database or product catalog. Then use the Microsoft Search API to seamlessly [query](/graph/api/search-query) the external data source.

Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/indexing-api-overview#common-use-cases) to index external custom items and query specific external data sources.
Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/connectors-api-overview#common-use-cases) to index external custom items and query specific external data sources.

### Consistent, up-to-date search experience

Expand All @@ -44,7 +44,7 @@ Looking for the API reference for this service?

- [Use the Microsoft Search API to query data v1.0](/graph/api/resources/search-api-overview?view=graph-rest-1.0&preserve-view=true)
- [Use the Microsoft Search API to query data beta](/graph/api/resources/search-api-overview?view=graph-rest-beta&preserve-view=true)
- [Use the Microsoft Search API to index data](/graph/api/resources/indexing-api-overview)
- [Use the Microsoft Search API to index data](/graph/api/resources/connectors-api-overview)
- [Use the Microsoft Search API to manage administrative search answers beta](/graph/api/resources/search-api-answers-overview?view=graph-rest-beta&preserve-view=true) (preview)

## Next steps
Expand Down

0 comments on commit 3d51c56

Please sign in to comment.