-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Filter inactive projects on API level #610
base: main
Are you sure you want to change the base?
Filter inactive projects on API level #610
Conversation
I am facing an error on running test ● Contribute Component › handles pagination for first page Unable to find an element with the text: Next Page. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. probably because of using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems we can go even deeper and ask algolia not even return those items. For that we need is_active
faceting attribute in Chapter/Project index and use it in fetchAlgoliaData
query.
Resolves #606