From 1f25fd74a03f9c502851067a3e2b089a1a332da5 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 26 Oct 2019 11:26:02 +0200 Subject: [PATCH] Add more information on search --- src/librustdoc/html/layout.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 6414241727a72..83793f9d8210d 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -150,6 +150,14 @@ pub fn render( Search multiple things at once by splitting your query with comma (e.g., \ str,u8 or String,struct:Vec,test)\

\ +

\ + You can look for items with an exact name by putting double quotes around \ + your request: \"string\"\ +

\ +

\ + Look for items inside another one by searching for a path: \ + vec::Vec\ +

\ \ \ \