We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow-up to #12759 where a decision was made to remove the "Channels" label/option from the SearchFiltersPanel.
SearchFiltersPanel
With this change, we no longer need to be fetching/processing the labels for this code so it can be removed from useBaseSearch.
useBaseSearch
Starting from around here:
kolibri/packages/kolibri-common/composables/useBaseSearch.js
Line 157 in 458bd60
and through the file dealing with channels-related things like:
Line 236 in 458bd60
and any other reference to channels labels.
[Then, more detail. Provide a short summary and/or list key outcomes that the user should be able to accomplish with this feature.]
availableChannels
channels
The text was updated successfully, but these errors were encountered:
LianaHarris360
Successfully merging a pull request may close this issue.
Overview
Follow-up to #12759 where a decision was made to remove the "Channels" label/option from the
SearchFiltersPanel
.With this change, we no longer need to be fetching/processing the labels for this code so it can be removed from
useBaseSearch
.Starting from around here:
kolibri/packages/kolibri-common/composables/useBaseSearch.js
Line 157 in 458bd60
and through the file dealing with channels-related things like:
kolibri/packages/kolibri-common/composables/useBaseSearch.js
Line 236 in 458bd60
and any other reference to channels labels.
Acceptance criteria
[Then, more detail. Provide a short summary and/or list key outcomes that the user should be able to accomplish with this feature.]
availableChannels
channels
labelsThe text was updated successfully, but these errors were encountered: