Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 11.2.0b2 (Unreleased)
## 11.2.0b2 (2021-04-13)

### New features

Expand Down
6 changes: 4 additions & 2 deletions sdk/search/azure-search-documents/samples/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
topic: sample
page_type: sample
languages:
- python
products:
- azure
- azure-search-documents
- azure-search
---

# Samples for Azure Cognitive Search client library for Python
Expand Down Expand Up @@ -42,6 +42,8 @@ Then for common search index operations:

* General workflow of indexer, datasource and index: [sample_indexer_datasource_skillset.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_indexer_datasource_skillset.py)

* Semantic search: [sample_semantic_search.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/search/azure-search-documents/samples/sample_semantic_search.py)

## Prerequisites
* Python 2.7, or 3.5 or later is required to use this package (3.5 or later if using asyncio)
* You must have an [Azure subscription](https://azure.microsoft.com/free/)
Expand Down