You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Firestore records with different publishing status (public, private, draft etc) and only want to include the public records in the search results. How can I achieve that today? If not available, it's a very clear feature request
Expected Behavior
Some kind of filter in the Firestore extension I assume?
OS:
Typesense Cloud :-)
The text was updated successfully, but these errors were encountered:
While the extension does not have a way to filter records that are indexed, you can limit which records show up in the search results using a filter_by clause embedded inside a scoped search API key.
Description
I have Firestore records with different publishing status (public, private, draft etc) and only want to include the public records in the search results. How can I achieve that today? If not available, it's a very clear feature request
Expected Behavior
Some kind of filter in the Firestore extension I assume?
OS:
Typesense Cloud :-)
The text was updated successfully, but these errors were encountered: