Closed nathcast closed 2 years ago
I am trying to use the up and down arrows to navigate the list of results. and so far, I have not managed
Solutions I have tried: https://stackoverflow.com/questions/8902787/navigate-through-list-using-arrow-keys-javascript-jq https://stackoverflow.com/questions/8902787/navigate-through-list-using-arrow-keys-javascript-jq
The search app is at http://local-info.rothamsted.ac.uk/eRA/era2018-new/keyword.php : These are the TODOs from the 14/07 meeting
When searching one term and going to document or page the back button does not work. Need to find a way that the site rememebrs the search term and reloads the page.
The link to the oage is worng: fixed. cannot reproduce Sarahs problem, _
Type a keyword in search box and click return: select a link then go back, the page needs submitting
I am redirecting the search to $("#result").html(''); let word = $(this).text().trim(); window.location.href = 'keyword/'+word; after the search and that woordks
It would be nice to see a link to the keywords and theat the link the datasets which have the same keywords.
The search app is at http://local-info.rothamsted.ac.uk/eRA/era2018-new/keyword.php :
These are the TODOs from the 14/07 meeting