File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ <h1>Complete User Interface Example</h1>
4040 < div class ="input-block ">
4141 < i class ="fas fa-book "> </ i > < label class ="group-label " for ="itemType "> Item Type</ label > < br >
4242 < select class ="search-input " name ="itemType " id ="itemType ">
43- < option value ="-attachment "> Any</ option >
43+ < option value ="-attachment || note "> Any</ option >
4444 < option value ="journalArticle "> Journal Article</ option >
4545 < option value ="book "> Book</ option >
4646 < option value ="bookSection "> Book Section</ option >
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ function setSelectValue(elId, desiredValue) {
399399// When the window loads, read query parameters and perform search
400400window . onload = function ( ) {
401401 var query = getParameterByName ( "q" ) || "" ;
402- var itemTypeParam = getParameterByName ( "itemType" ) || "-attachment" ;
402+ var itemTypeParam = getParameterByName ( "itemType" ) || "-attachment || note " ;
403403 var expanded = Boolean ( getParameterByName ( "expanded" ) ) ;
404404 var pageStart = getParameterByName ( "start" ) || 0 ;
405405 var sortParam = getParameterByName ( "sort" ) || "date" ;
You can’t perform that action at this time.
0 commit comments