Searching for one tag works. Two tags acts like or and returns multiple copies.
[zzz-floof.git] / floof / tests / functional / test_search.py
1 from floof.tests import *
2
3 class TestSearchController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='search', action='index'))
7 # Test response...