Skip to content

Commit

Permalink
temprorary disabled hyperlinks processing
Browse files Browse the repository at this point in the history
  • Loading branch information
chubin committed Jun 11, 2020
1 parent 27dddd3 commit 1a29870
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cheat_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1a29870

Please sign in to comment.