We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eeec13 commit 60d3b02Copy full SHA for 60d3b02
src/moin/apps/frontend/views.py
@@ -433,9 +433,9 @@ def search():
433
The Jinja template formatting the output may also display data related to the
434
search such as the whoosh query, hit counts, and score.
435
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.
+ Two prefixes to the query string are supported:
+ * A leading backslash causes a browser redirect to the highest scoring search result.
+ * A leading > limits the search to an item's subitems.
439
440
namespaces can be entered in 3 different ways:
441
* a leading namespace in in a subitem query: >users/joe red
0 commit comments