From 1a29870d92da171b40c9da6d6d4f2619e82f870e Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 11 Jun 2020 13:16:28 +0000 Subject: [PATCH] temprorary disabled hyperlinks processing --- lib/cheat_wrapper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/cheat_wrapper.py b/lib/cheat_wrapper.py index 4e135bd9..73fc74a4 100644 --- a/lib/cheat_wrapper.py +++ b/lib/cheat_wrapper.py @@ -89,10 +89,9 @@ def _parse_query(query): query = _rewrite_aliases(query) query = _rewrite_section_name(query) - # at the moment, we just remove trailing slashes # so queries python/ and python are equal - query = _strip_hyperlink(query.rstrip('/')) + # query = _strip_hyperlink(query.rstrip('/')) topic, keyword, search_options = _parse_query(query) if keyword: