Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search support for BinaryField #6

Open
earthpyy opened this issue Jan 10, 2022 · 1 comment
Open

Add search support for BinaryField #6

earthpyy opened this issue Jan 10, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@earthpyy
Copy link
Member

Since our base field used for storing encrypted data is TextField, but BinaryField is the only field that is difficult (possible with Base64, but it would make the size of data too big) to translate to text type. Therefore, implementing a search lookup for BinaryField has been skipped for now.

@earthpyy earthpyy added the help wanted Extra attention is needed label Jan 10, 2022
@earthpyy
Copy link
Member Author

There is also an effort needed on writing a custom query for substring bytes column which is harder than we've planned as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant