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 1237c07 commit c55bbf0Copy full SHA for c55bbf0
articles/search/tutorial-csharp-search-query-integration.md
@@ -71,7 +71,7 @@ The `Lookup` [API](https://github.com/Azure-Samples/azure-search-dotnet-samples/
71
72
This function API is called in the React app at `\client\src\pages\Details\Detail.js` as part of component initialization:
73
74
-:::code language="javascript" source="~/azure-search-dotnet-samples/search-website-functions-v4/client/src/pages/Details/Details.js" highlight="19-29" :::
+:::code language="javascript" source="~/azure-search-dotnet-samples/search-website-functions-v4/client/src/pages/Details/Details.js" highlight="20-30" :::
75
76
## C# models to support function app
77
0 commit comments