OpenSKOS / OpenSKOS

Provide RESTful access to SKOS vocabularies
http://openskos.org
GNU General Public License v3.0
56 stars 22 forks source link

find-concept api should not silently ignore request parameters #52

Open nichtich opened 8 years ago

nichtich commented 8 years ago

If both parameters q and id are given then qis silently ignored. This should either result in an error or check both instead. Example:

http://skos.europeana.eu/api/find-concepts?id=http://id.loc.gov/authorities/subjects/sh2007003224&q=notation:1500&format=json

The resulting record does not have notation 1500 as expected but another value.