From dd1c83ee67397201e312224023dc7aa1dac26bb7 Mon Sep 17 00:00:00 2001 From: Vuong <3168632+vuon9@users.noreply.github.com> Date: Tue, 26 Oct 2021 08:52:44 +0000 Subject: [PATCH] Update FAQ for search guide --- docs/content/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/faq.md b/docs/content/faq.md index 1ee7e20..df6848b 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -134,6 +134,8 @@ draft: false The default key to open search is /. Type the search query after the `/` in the field and hit Enter. Each search starts from the current cursor position. To search for the same term again, hit / then Enter. + The default behaviour will start to search by symbol first, then it will continues searching by name if there is no result. To search by only symbol, type the search query after `/s:`. To search by only name, type the search query after `/n:`. + ## How do I exit search? Press Esc to exit search.