RTradeLtd / Temporal

☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
https://temporal.cloud
MIT License
227 stars 40 forks source link

Enable Upload Search Query #449

Closed bonedaddy closed 4 years ago

bonedaddy commented 4 years ago

We should allow a user to perform an arbitrary search against their uploads, enabling the functionality the playground has, but via the API.

The biggest concern about this is making sure we don't open ourselves up to a SQL injection attack, but this should be pretty easy to defend against as long as we sanitize our input

bonedaddy commented 4 years ago

Done