https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24502
--- Comment #2 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
