martaannaj / RecommenderServer

GNU General Public License v3.0
1 stars 2 forks source link

When sending a request which has all properties, an empty response is returned rather an empty list #25

Closed miselico closed 1 year ago

miselico commented 2 years ago

When sending the request

curl -d '{"properties":[  ... all properties here ...  ],"types":[]}' http://localhost:8080/recommender

curl does not get any response from the server. Expected would be to get

{"recommendations":[]}
miselico commented 2 years ago

This seems to have something to do with the limiting logic in server/server.go