You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #14, it is also possible to check the type of the fields (numeric, string) and allow the possibility to use vectors in queries (for example: departement = c(30, 34) and continue to allow the use of string values separated by commas (departement ="30, 34") by parsing the string.
TODO:
read field type information in swagger/openapi files
parse array string with comma separator to convert them into string or numeric vectors
provide error message in case of type mismatch
convert back array to strings with comma separator for the query URL
The text was updated successfully, but these errors were encountered:
After #14, it is also possible to check the type of the fields (numeric, string) and allow the possibility to use vectors in queries (for example:
departement = c(30, 34)
and continue to allow the use of string values separated by commas (departement ="30, 34"
) by parsing the string.TODO:
The text was updated successfully, but these errors were encountered: