gbv / ng-suggest

AngularJS module to provide Typeahead via OpenSearch Suggestions
http://gbv.github.io/ng-suggest/
9 stars 4 forks source link

Use `subject` endpoint for Lobid API sample #11

Closed fsteeg closed 10 years ago

fsteeg commented 10 years ago

The UI says the Lobid API is used for GND subjects, but the code uses the /person API endpoint. Compare:

http://api.lobid.org/person?format=short&name=Tr%C3%BCmmer http://api.lobid.org/subject?format=short&name=Tr%C3%BCmmer

nichtich commented 10 years ago

Thanks, I added both endpoints!