Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.08 KB

Eprints Search Results Highlighter

by Michele Morelli (2019)

Eprints Search Results Highlighter

.
├── img
│   └── search_highlighter.png
├── lib
│   └── static
│       ├── javascript
│       │   └── auto
│       │       └── 91_highlighter.js
│       └── style
│           └── auto
│               └── highlighter.css
├── LICENSE
├── README.md
└── search_results_highlighter.epmi

This simple plugin highlights the search paramaters in Eprints' search results page and abstract page. It is designed to work with both the simple search and the advanced search.

It requires jQuery to run properly, so if jQuery is not already in use in your repository, you will need to add it to your repository somehow. For example, you could add the following element to the head of your template (default.xml):

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

IE is not currently supported.

Enjoy!