Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter records which are indexed #72

Open
chipndahla opened this issue Jan 9, 2024 · 1 comment
Open

Filter records which are indexed #72

chipndahla opened this issue Jan 9, 2024 · 1 comment

Comments

@chipndahla
Copy link

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 :-)

@jasonbosco
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants