We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5348b commit 79f64adCopy full SHA for 79f64ad
articles/search/tutorial-csharp-search-query-integration.md
@@ -46,7 +46,7 @@ The search suggester, `sg`, is defined in the [schema file](https://github.com/A
46
47
Call the Azure Function in the React client at `\client\src\pages\Search\Search.jsx` with the following code to search for books.
48
49
-:::code language="javascript" source="~/azure-search-static-web-app/client/src/pages/Search/Search.jsx" :::
+:::code language="csharp" source="~/azure-search-static-web-app/client/src/pages/Search/Search.jsx" :::
50
51
## Client: Suggestions from the catalog
52
0 commit comments