hi guys, im using instasearch TypesenseInstantSear...
# community-help
j
hi guys, im using instasearch TypesenseInstantSearchAdapter to search data and I have two collections being search but the problem is that it includes row that I don't want. So I need to put a condition to exclude a certain row if it equals to something. Can someone point me to the right direction for this? Thanks guys
j
If you don’t want end users to be able to modify access to this record, I’d recommend creating a scoped api key and embed a filter inside it that excludes this record. Then use that api key to instantiate the adapter
If you want to do it client side, here’s a detailed article on how to use filter_by: https://github.com/typesense/typesense-instantsearch-adapter/issues/17
j
Thank you Jason
👍 1