Skip to content

Commit 60d3b02

Browse files
fix for: invalid escape sequence '\ '
1 parent 7eeec13 commit 60d3b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/moin/apps/frontend/views.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,9 @@ def search():
433433
The Jinja template formatting the output may also display data related to the
434434
search such as the whoosh query, hit counts, and score.
435435
436-
Two prefixes to the query string are supported. A leading \ causes a browser
437-
redirect to the highest scoring search result. A leading > limits the search to
438-
an item's subitems.
436+
Two prefixes to the query string are supported:
437+
* A leading backslash causes a browser redirect to the highest scoring search result.
438+
* A leading > limits the search to an item's subitems.
439439
440440
namespaces can be entered in 3 different ways:
441441
* a leading namespace in in a subitem query: >users/joe red

0 commit comments

Comments
 (0)