How can i filter the hits? i have this structure: the Hit have an attribute 'like' its a boolean, i want to show only the Hits with like===true
<Configure hitsPerPage={100} /> <Grid > <Grid > <Hits hitComponent={Hit} /> </Grid> </Grid>
in witch part can i use filter?
This is my configuration to search, by mean this documentation https://www.algolia.com/doc/api-reference/widgets/configure/react/
<InstantSearch searchClient={vclient} indexName={`myVarClient`} >
i was trying with <Configure filters="category:secure" hitsPerPage={100} />
its worked but when i try with the bool attribute this dont work what is the wrong?
没有评论:
发表评论