Skip to content

Commit a20077e

Browse files
authored
Merge pull request #177659 from HeidiSteen/heidist-gh
[azure search] Speller footnote
2 parents 50526b6 + 4f1c4e5 commit a20077e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/semantic-search-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ Semantic search is available through [sign-up registration](https://aka.ms/Seman
8585
| Feature | Tier | Region | Sign up | Pricing |
8686
|---------|------|--------|---------------------|-------------------|
8787
| Semantic search (rank, captions, highlights, answers) | Standard tier (S1, S2, S3) | North Central US, West US, West US 2, East US 2, North Europe, West Europe | Required | [Cognitive Search pricing page](https://azure.microsoft.com/pricing/details/search/) |
88-
| Spell check | Basic and above | All | None | None (free) |
88+
| Spell check | Basic<sup>1</sup> and above | All | None | None (free) |
89+
90+
<sup>1</sup> Due to the provisioning mechanisms and lifespan of shared (free) search services, a small number of services have spell check on the free tier. However, spell check availability on free tier services is not guaranteed, and cannot be added if it's not already there.
8991

9092
Charges for semantic search are levied when query requests include "queryType=semantic" and the search string is not empty (for example, "search=pet friendly hotels in new york". If your search string is empty ("search=*"), you won't be charged, even if the queryType is set to "semantic".
9193

0 commit comments

Comments
 (0)