_msearch request response: https://snag.gy/0kBbma.jpg
ReactiveList render method parameters: https://snag.gy/p1iubm.jpg
_msearch request response: https://snag.gy/0kBbma.jpg
ReactiveList render method parameters: https://snag.gy/p1iubm.jpg
<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> |