|
I had a quick look at this one today, as I was helping a potential new volunteer find a suitable issue to get started with biting into. We haven't had enough time to finish a fix, but did proceed a little in the analysis, and found that:
The UI passes an "entities": ["loans"] in the POST to /search/advance, which causes "The parameter `entities` has been passed and is not supported for this request" - but the API Doc on https://demo.openmf.org/api-docs/apiLive.htm#advance_search_resource seems to say that's right - so .. this is something broken / a regression in the back-end. Next step would have to be debugging why this message comes from the back-end
|