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.
sourceId
1 parent f62cb36 commit 1bebae5Copy full SHA for 1bebae5
examples/react-renderer/src/Autocomplete.tsx
@@ -52,6 +52,7 @@ export function Autocomplete(
52
getSources() {
53
return [
54
{
55
+ sourceId: 'products',
56
getItems({ query }) {
57
return getAlgoliaHits({
58
searchClient,
0 commit comments