project-lux / lux-marklogic

Code, issues, and resources related to LUX MarkLogic
Other
3 stars 2 forks source link

Investigate failing, broad semantic search requests (from 1109) #44

Open gigamorph opened 4 months ago

gigamorph commented 4 months ago

Problem Description: js-bad error is popping up on ?q={"AND":[{"classification":{"name":"painting"}},{"carries":{"aboutAgent":{"encountered":{"classification":{"name":"specimen"}}}}}]}&scope=item&page=1&sort=' Doesn't contain full URL

Expected Solution: no errors or a better Error Messages

Proposed solution: TBD

Next Steps

bugherd From the bugherd, this query: https://lux-front-tst.collections.yale.edu/view/results/objects?q=%7B%22AND%22%3A%5B%7B%22classification%22%3A%7B%22name%22%3A%22painting%22%7D%7D%2C%7B%22carries%22%3A%7B%22aboutAgent%22%3A%7B%22encountered%22%3A%7B%22classification%22%3A%7B%22name%22%3A%22specimen%22%7D%7D%7D%7D%7D%5D%7D Error: Time limit exceeded

Additional queries resulting in an error: https://lux-front-tst.collections.yale.edu/view/results/works?q=%7B%22AND%22%3A%5B%7B%22createdBy%22%3A%7B%22encountered%22%3A%7B%22classification%22%3A%7B%22name%22%3A%22specimen%22%7D%7D%7D%7D%5D%7D error in PRD: JS-BAD: Unexpected failure: checkMaybeLocal wrapObjectNode objnObj error in TST: Time limit exceeded

https://lux-front-tst.collections.yale.edu/view/results/works?q=%7B%22AND%22%3A%5B%7B%22createdBy%22%3A%7B%22AND%22%3A%5B%7B%22classification%22%3A%7B%22name%22%3A%22botanist%22%7D%7D%5D%7D%7D%2C%7B%22createdBy%22%3A%7B%22encountered%22%3A%7B%22classification%22%3A%7B%22name%22%3A%22specimen%22%7D%7D%7D%7D%5D%7D error in PRD: JS-BAD: Unexpected failure: checkMaybeLocal getGlobalFunction func error in TST: SVC-EXTIME: Time limit exceeded