google-code-export / sandy-disaster-recovery

Automatically exported from code.google.com/p/sandy-disaster-recovery
2 stars 2 forks source link

Patch for /trunk/sandy-disaster-recovery/sites_handler.py #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Allows for more robust searching, which starts to address issue 27.

Creates a simple gql query builder so we can safely take user input displays 
results by name, county, and request_date

Also receives a message from delete_handler, letting user know that the delete 
was successful.

Original issue reported on code.google.com by andy.n.g...@gmail.com on 11 Jan 2013 at 12:02

Attachments:

GoogleCodeExporter commented 9 years ago
Be aware that without caching, these requests can be prohibitively expensive 
for large or complicated lookups.

Original comment by rostovp...@gmail.com on 11 Jan 2013 at 5:43