derrell / App-Inventor-Gallery

App Inventor Gallery
20 stars 17 forks source link

Multiple sets of tags being returned by API #135

Closed ghost closed 12 years ago

ghost commented 12 years ago

"tags_lc" has been appended to the object returned by the API. The command "getinfo" does not do this, but the other commands that include a list of tags do.

This can be seen, for example, when this call is made: http://app-inventor-gallery.appspot.com/rpc?tag=all:0:1

derrell commented 12 years ago

Fixed with qooxdoo-contrib r21532.

Provide the option to strip the automatically-created canonical value fields from the output of queries. The option default is specified by the static value rpcjs.dbif.Entity.DEFAULT_STRIP_CANON (set to true, initially). It may also be dynamically changed on a per-query basis, with a result criterium in the form: { type : "option", name : "stripCanon", value : [true|false] }