update search_scope to remove duplicate results

This commit is contained in:
Mark Eaton 2022-05-31 13:24:24 -04:00
parent cb9c330948
commit 5b574d941a
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ def make_tuples(input_data):
url = (
"https://cuny-kb.primo.exlibrisgroup.com/discovery/search?query=isbn,exact,"
+ line[4]
+ "&tab=Everything&search_scope=MyInst_and_CI&sortby=rank&vid=01CUNY_KB:CUNY_KB&lang=en&offset=0"
+ "&tab=Everything&search_scope=IZ_CI_AW&sortby=rank&vid=01CUNY_KB:CUNY_KB&lang=en&offset=0"
)
bib_info4 = '<li><a href="' + url + '">Search the catalog</a></li>'
elif line[2]:

View File

@ -31,7 +31,7 @@ six==1.12.0
soupsieve==2.2.1
titlecase==2.0.0
toml==0.10.0
typed-ast==1.4.0
typed-ast==1.5.3
typing-extensions==3.7.4.3
wrapt==1.11.2
wxPython==4.1.0