27 Jan
2020
27 Jan
'20
5:47 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24502 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- 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. -- You are receiving this mail because: You are watching all bug changes.