-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add option to prefer a provider in a search carousel #5992
Comments
I would like to work on this issue |
Awesome! Let me know if have any questions :) |
I think all the changes that need to be made should be in the |
I will try to finish this before holidays. |
Ooooh, heads up I think this might actually be quite a bit more complicated 😅 it might need changes to a few different spots. Be warned ; if it looks like it's getting complicated, bring it up 👍 |
Perfect, I'll try my best 🕺👨💻 |
Thank you @cdrini for your patience 👯 |
Replaced by #7252 |
Subtask of #5792
Currently, carousels on collection pages (e.g. https://openlibrary.org/collections/hugo-awards ) cannot specify a preferred book provider (e.g. prefer librivox audiobooks). This will let us do that! Note we can already use the
providerPref
url parameter in a search; e.g. https://openlibrary.org/search?q=publisher%3Alibrivox&mode=everything&providerPref=librivox ; we just need this to be exposed toQueryCarousel
.Expected usage:
{{QueryCarousel('publisher:librivox', provider_pref='librivox', has_fulltext_only=False)}}
Related files
The text was updated successfully, but these errors were encountered: