From cf5a03d8803d660b69f781827c8bc0828ae7ca13 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 6 Aug 2021 12:06:18 -0700 Subject: refs: default to *not* consolidating works We don't handle counts for consolidated refs yet, so just don't consolidate. This should fix, eg, "Showing 1-18 of 19" type UX confusion, with the trade-off that some works will be duplicated in inbound ref tables. --- python/fatcat_tools/references.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fatcat_tools/references.py b/python/fatcat_tools/references.py index 496a46e1..3a2709a4 100644 --- a/python/fatcat_tools/references.py +++ b/python/fatcat_tools/references.py @@ -210,7 +210,7 @@ def get_inbound_refs( work_ident: Optional[str] = None, openlibrary_work: Optional[str] = None, url: Optional[str] = None, - consolidate_works: bool = True, + consolidate_works: bool = False, filter_stage: List[str] = [], sort: Optional[str] = None, limit: int = 25, -- cgit v1.2.3