-
Notifications
You must be signed in to change notification settings - Fork 19
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
filterOnly ? #64
Comments
Hi @Patrick386 , HitsSearcher hitsSearcher = HitsSearcher.create(
applicationID: AlgoliaCredentials.applicationID,
apiKey: AlgoliaCredentials.apiKey,
state: const SearchState(
indexName: 'company',
filters: 'published:true AND status:processing',
//query: '',
)); Otherwise you can use the FilterState component connected to your |
@VladislavFitz the filters param in not there in SearchState |
Thank you for your answer.
I will try applying the recommended code. Thank you for your helpful response. |
Cloud functions
attributesForFaceting: [ ‘filterOnly(status)’, ‘filterOnly(published)’, ],
client:
I want to create a page that has status ‘processing’ and published ‘true’. How do I do that?
The text was updated successfully, but these errors were encountered: