OpenSearch widget for VuFind.
Go to file
Sebastian Meyer 732dcaf4c1 Fix URIs in server and client 2019-03-14 09:31:45 +01:00
client Fix URIs in server and client 2019-03-14 09:31:45 +01:00
server Fix URIs in server and client 2019-03-14 09:31:45 +01:00
.gitattributes Initial commit 2019-02-22 11:29:48 +01:00
LICENSE Initial commit 2019-02-22 11:29:48 +01:00
README.txt Initial commit 2019-02-22 11:29:48 +01:00

README.txt

Problems:
- The OpenSearch interface of VuFind only returns the top 50 results. There is no paging or any chance of getting more hits.

Ideas:
- Search word suggestions could be enabled.
- Display a loading image while waiting for results.
- Localize the widget.
- Instead of using the OpenSearch interface, a direct call to Solr would be possible, if the server part runs locally at the VuFind host.