Skip to content

Instantly share code, notes, and snippets.

@vadym-vorobel
Last active July 1, 2019 15:35
Show Gist options
  • Save vadym-vorobel/a65a022de6a1f875855b0ecb2968c14f to your computer and use it in GitHub Desktop.
Save vadym-vorobel/a65a022de6a1f875855b0ecb2968c14f to your computer and use it in GitHub Desktop.
ReactiveSearch promoted results issue
<ReactiveBase
analytics
app={appbaseAppName}
credentials={appbaseAppKey}
>
<DataSearch URLParams componentId="search" dataField="title" />
<ReactiveList
dataField="fullTitle"
componentId="searchResults"
react={{
and: ['search'],
}}
renderItem={res => <div>{res.title}</div>}
/>
</ReactiveBase>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment