user define the port for high-level restful api by themselves
user can only use the default port same as grcp only while tlsMode == 0
fix need authenticate only while authorizationEnable: true
restful api allow origin: *
support insert a single row and an array whose length is 1 at the same time
http response code: 401-incorrect username & password; 403-user has no permission
create collection with default index: vector_idx
while field.DataType == varchar, show it's max_length
check the required parameter
Signed-off-by: PowderLi <min.li@zilliz.com>
Fix get/query without outputFields return all fields include vector field
Fix check db exists after authorization
Signed-off-by: PowderLi <min.li@zilliz.com>
Fix get/query/search better return a emtry array rather than NULL
Fix search with empty outputField should return id & score
Signed-off-by: PowderLi <min.li@zilliz.com>
[fix]return [] rather than null while there is no collections
[fix]describe collection didn't show the dim of the vector field
[fix]shouldn't return 200 while drop a non-exists collections
[fix]should use the `dbName` parameter
[fix]get/query use the default output fileds: ["*"]
[fix]limit & offset parameters should work
Signed-off-by: PowderLi <min.li@zilliz.com>