Skip to content

Simple plugin to highlight search results in Eprints Repositories

License

Notifications You must be signed in to change notification settings

eprintsug/search_results_highlighter

Repository files navigation

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!

About

Simple plugin to highlight search results in Eprints Repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published