typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

Encode URL user-inputted string to prevent injection

Open haydenhoang opened this issue 1 year ago • 0 comments

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

haydenhoang avatar Aug 28 '24 03:08 haydenhoang