Closed mrik974 closed 7 years ago
All vulcain queries (or actions) accept only an object as parameter. This object (defined as a Model) contains all parameters which can be an array. To send an array value with a GET, you must use this syntax : /myquery?array1=x&array1=y&array1=z where array1 is the parameter name.
Hi, Are there plans for supporting arrays of
Basic types
inQueryHandlers
' parameters ?