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
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