teltek / PuMuKIT2-geant-bundle

0 stars 2 forks source link

The geant Search API doesn't return any results when filtering by specific 'sets' #73

Closed Alfro closed 8 years ago

Alfro commented 8 years ago

Out of the sets listed on https://services.oer.geant.org/search/v1/akif/?q=*&facets=set search_api_sets The following sets don't return any results when filtering by 'set' VIDEOTORIUM https://services.oer.geant.org/search/v1/akif/?q=*&set=VIDEOTORIUM videotorium STANFORD https://services.oer.geant.org/search/v1/akif/?q=*&set=STANFORD stanford

This is not a blocker bug.

vogias commented 8 years ago

This is truly weird! I don't even know how to debug this :-)

vogias commented 8 years ago

73 this is solved. You could use lower case set input in case the upper case does not work.

Alfro commented 8 years ago

This feature seems to be working propertly. Using always lowercase gives a consistent result for all the current sets. I'll close the issue.