typesense-python
typesense-python copied to clipboard
Encode URL user-inputted string to prevent injection
Change Summary
This PR also allows users to use special characters in Ids.
Added utils.py and utils_test.py files contain the function encodeURIComponent() to encode user-inputted Ids.
PR Checklist
- [x] I have read and signed the Contributor License Agreement.