EEXCESS / recommender

EEXCESS stands for: Enhancing Europe’s eXchange in Cultural Educational and Scientific reSources and is funded by the EU under GA No. 600601
http://eexcess.eu/
3 stars 4 forks source link

strange query behaviour for Europeana #23

Closed schloett closed 8 years ago

schloett commented 8 years ago

With Europeana selected as sole provider, I get 0 results when searching for a main topic only. For example, this query: contextKeywords: [{text: "hilde", isMainTopic: true}] yields 0 results while that query: contextKeywords: [{text: "hilde", isMainTopic: false}] yields 17 results. (requested 30 in both cases). I did not check it for other providers, but when no particular provider is selected in the query profile, I get results.

hziak commented 8 years ago

Was a bug in the main topic generation. Implemented but not deployed yet.

hziak commented 8 years ago

fix is deployed now on stable and development

schloett commented 8 years ago

Behavior did not change on stable server for me: contextKeywords: [{text: "Loom", isMainTopic: true}] -> 0 results contextKeywords: [{text: "Loom", isMainTopic: false}] -> 46 results (requested only resources from Europeana)

hziak commented 8 years ago

somehow it didn't make it onto the stable or dev although it should have... will be fixed soon

hziak commented 8 years ago

now really deployed and fixed