mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* fix: validate collection name while creating collection * fix: validate collection name for Windows * Use simpler method for checking if collection name contains illegal char * Add strict collection name validation to gRPC create collection * Add strict collection name validation to REST create collection * Add validation error rendering for does_not_contain * Remove collection name validation from storage internals * Add some test cases for stricter collection name validation * Revert ToC changes --------- Co-authored-by: timvisee <tim@visee.me>