Target Parameter for Embed EDS Search Box not working
In the previous version of the GALILEO EDS Searchbox, we could add a target parameter that would allow results to open in a new tab/window. With the redesign of the search box, it is not working
Example for Life University (who asked about this):
<script src="https://www.galileo.usg.edu/javascript/search_galileo.js"></script>
<div id="search_galileo"></div>
<script>
search_galileo( {
"input_width": "500px",
"instcode": "life",
"profile": "gpals",
"target": "_new",
"advanced": 1,
"home": 1
} );
</script
```>
Edited by Mike White