https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24502 --- Comment #5 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Martin Renvoize from comment #2)
How about taking ES and an example for DSL and Querying structures..
They allow for a simple syntax in the query string, but if you want to 'level up' your queries then they use JSON in a request body..
I like this work so far, but I'm not a big fan of escaped JSON directly in the query string, it feels a bit messy and feels like it could end up leading to escaping problems down the line. Moving the JSON based query DSL into a GET request body seems like a good move to me.
Hi Martin, agreed, I'll put the q parameter in the body. -- You are receiving this mail because: You are watching all bug changes.