saved searches is going awesome. Partial work on adding them as galleries
[zzz-floof.git] / floof / config / routing.py
index c8b94b9..969376a 100644 (file)
@@ -42,6 +42,8 @@ def make_map():
     map.connect('/tag/{id}/delete', controller='tag', action='delete')
 
     map.connect('/search', controller='search', action='index')
+    map.connect('/search/list', controller='search', action='list')
+
 
     # default routing is back so we can test stuff.
     # please don't take it away until we have some more core features in.