From 17f9c306bc207f3d34e74ca34cfb50e2ff151918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Andreas=20Nilsen?= Date: Thu, 4 Sep 2025 15:07:53 +0200 Subject: [PATCH] more doc on bas-search --- doc/bas-search.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/bas-search.md b/doc/bas-search.md index b73a1ba..f3a9129 100644 --- a/doc/bas-search.md +++ b/doc/bas-search.md @@ -1,6 +1,7 @@ #### Feaures: - Press `Ctrl` + `Shift` + `F` to open the search box/menu. Use `↑` and `↓` to navigate. And press `Enter` to select. - For group search, use the prefix `g:` followed by the group name (e.g., `g:groupname`) + - Person search with the prefix `p:` followed by the person's name (e.g., `p:personname`). If you write a iso date (e.g., `1990-01-01`), it will search for persons with that birthdate. - In the search result pages, use `↑` and `↓` to navigate through the results. And press `Enter` to open the selected result. - Press `Ctrl` + `←` / `→` to navigate to the next/previous tab. - On the login page, the username field is automatically focused.