Hey, I am using a React Instantsearch with Typese...
# community-help
k
Hey, I am using a React Instantsearch with Typesense, but I have a special button that pulls default filters from an API in the format below: {filter_by: "Industries:=[
artificial intelligence
,
travel
] && region_tags:=[
New York
]"} How can I apply these filters to the user search page? Edit: I guess I asked too soon, this can be done using the
filters
prop in the
<Configure/>
component.
1
1