diff --git a/build-pandoc.sh b/build-pandoc.sh index 7e3814e..39b5910 100755 --- a/build-pandoc.sh +++ b/build-pandoc.sh @@ -34,6 +34,7 @@ if [ $kind = 'user' ]; then $kind/social_actions.md $kind/notifications.md $kind/tasks.md + $kind/search.md $kind/choisir_une_adresse.md " elif [ $kind = 'admin' ]; then diff --git a/user/img/advanced_search.png b/user/img/advanced_search.png new file mode 100644 index 0000000..5ab2e40 Binary files /dev/null and b/user/img/advanced_search.png differ diff --git a/user/search.md b/user/search.md new file mode 100644 index 0000000..31e4a92 --- /dev/null +++ b/user/search.md @@ -0,0 +1,10 @@ +\newpage + +# Recherche + + +Dans le bandeau supérieur, il y a une barre de recherche des usagers. On peut y rechercher des usagers par nom et prénoms, le moteur de recherche étant tolérant sur des graphies différentes. Par exemple, si on cherche "Mathieu", on trouvera aussi les prénoms correspondant à "Matthieu". + +Si vous n'avez pas trouvé l'usager, vous pouvez cliquer sur le bouton "Recherche avancé". Dans la page de recherche avancée, on peut rechercher sur base de la date de naissance, un fragment de numéro de téléphone, etc. + +![Recherche avancée d'un usager](user/img/advanced_search.png)