Commit 00bde48f authored by Michal Čihař's avatar Michal Čihař

We use substring search here

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d7e55558
......@@ -118,7 +118,7 @@ class SearchViewTest(ViewTestCase):
def test_search_links(self):
response = self.do_search(
{'q': 'Weblate', 'search': 'substring'},
'Fulltext search for'
'Substring search for'
)
# Extract search ID
search_id = re.findall(r'sid=([0-9a-f-]*)&amp', response.content)[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment