METIS-Project / ILDE

Master Repository for the ILDE Platform
8 stars 1 forks source link

Search via API with blank in search string #154

Closed derntl closed 10 years ago

derntl commented 10 years ago

When I search via the API in OpenGLM, it appears that a blank in the query leads to a never ending search. Is this server side? If not, how shall OpenGLM encode spaces in search strings?

pabenia commented 10 years ago

Spaces must be encoded as a '%20' string.

I did some searches with spaces in the demo ILDE and it return results properly. Do you have the problematic query so I can investigate further?

derntl commented 10 years ago

Sorry, it was a bug in OpenGLM ... thanks for checking, Pablo