bio-ontology-research-group / aberowlweb

Other
4 stars 1 forks source link

complex description logic queries giving error 500 #100

Closed reality closed 4 years ago

reality commented 4 years ago

examples:

http://www.aber-owl.net/api/dlquery?labels=true&query=%27part%20of%27%20some%20%27apoptotic%20process%27&type=subeq&offset=1

http://www.aber-owl.net/api/dlquery?labels=true&query=%27has%20part%27%20%20some%20(%27increased%20pressure%27%20and%20(%27inheres%20in%27%20some%20(blood)))&type=subeq&offset=1

weirdly, simple queries of a single concept are working: http://www.aber-owl.net/api/dlquery?labels=true&query=hypertension&type=subeq

reality commented 4 years ago

i have just submitted a paper that depends on this functionality, so i would appreciate if the issue could be given a high priority. thank you!!

aliraza995 commented 4 years ago

Aaha. I am working on it this one is very strange error since the same DL queries are perfectly fine local machine but on production it somehow breaking. I am trying to debug it. Thanks for the patience.

aliraza995 commented 4 years ago

Fixed. Thanks for reporting it.

reality commented 4 years ago

Awesome! Thank you for fixing it so quickly