From 6b17e9667c015d00f52e8181700753a554ab5500 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 29 May 2017 10:35:54 +0000 Subject: [PATCH] do not show :first page in the search results (fixes #6) --- lib/cheat_wrapper.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/cheat_wrapper.py b/lib/cheat_wrapper.py index bd411e9..a477354 100644 --- a/lib/cheat_wrapper.py +++ b/lib/cheat_wrapper.py @@ -352,6 +352,10 @@ def find_answer_by_keyword(directory, keyword, options=""): answer_paragraphs = [] for topic in get_topics_list(skip_internal=True, skip_dirs=True): + # skip these pages, don't show them in search + if topic in [':firstpage']: + continue + if not topic.startswith(directory): continue