Sebastian Alvarez

Results 2 issues of Sebastian Alvarez

I've added debug support for the curl.php library and you may be interested in. You just need to do something like ``` $curl = new Curl; $curl->debug = true; ```...

I'm looking into a way to search for all documents that do not have a specific key set. Is there a way to do a search like `Query().f1.exists() == False`...