You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query='trending_score_hourly_sum:[1 TO *] -subject:"content_warning:cover" ebook_access:[borrowable TO *]',
902
-
sort='trending',
903
-
limit=25,
904
-
),
905
-
),
906
-
Catalog.create(
907
-
metadata=Metadata(title=_("Classic Books")),
908
-
response=provider.search(
909
-
query='ddc:8* first_publish_year:[* TO 1950] publish_year:[2000 TO *] NOT public_scan_b:false -subject:"content_warning:cover"',
910
-
sort='trending',
911
-
limit=25,
912
-
),
913
-
),
914
-
Catalog.create(
915
-
metadata=Metadata(title=_("Romance")),
916
-
response=provider.search(
917
-
query='subject:romance ebook_access:[borrowable TO *] first_publish_year:[1930 TO *] trending_score_hourly_sum:[1 TO *] -subject:"content_warning:cover"', # noqa: E501
918
-
sort='trending,trending_score_hourly_sum',
919
-
limit=25,
920
-
),
921
-
),
922
-
Catalog.create(
923
-
metadata=Metadata(title=_("Kids")),
924
-
response=provider.search(
925
-
query='ebook_access:[borrowable TO *] trending_score_hourly_sum:[1 TO *] (subject_key:(juvenile_audience OR children\'s_fiction OR juvenile_nonfiction OR juvenile_encyclopedias OR juvenile_riddles OR juvenile_poetry OR juvenile_wit_and_humor OR juvenile_limericks OR juvenile_dictionaries OR juvenile_non-fiction) OR subject:("Juvenile literature" OR "Juvenile fiction" OR "pour la jeunesse" OR "pour enfants"))', # noqa: E501
926
-
sort='random.hourly',
927
-
limit=25,
928
-
),
929
-
),
930
-
Catalog.create(
931
-
metadata=Metadata(title=_("Thrillers")),
932
-
response=provider.search(
933
-
query='subject:thrillers ebook_access:[borrowable TO *] trending_score_hourly_sum:[1 TO *] -subject:"content_warning:cover"',
934
-
sort='trending,trending_score_hourly_sum',
935
-
limit=25,
936
-
),
937
-
),
938
-
Catalog.create(
939
-
metadata=Metadata(title=_("Textbooks")),
940
-
response=provider.search(
941
-
query='subject_key:textbooks publish_year:[1990 TO *] ebook_access:[borrowable TO *]',
0 commit comments