This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 62e9ac859aa86213db91fe77365b59b96a2f1eac Author: Benjamin <poussin@codelutin.com> Date: Thu May 28 03:14:34 2020 +0200 ajout d'une minidoc pour la recherche fulltext --- web/src/components/SearchInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/SearchInput.vue b/web/src/components/SearchInput.vue index 9d63979..87edf6c 100644 --- a/web/src/components/SearchInput.vue +++ b/web/src/components/SearchInput.vue @@ -5,7 +5,7 @@ <TagsInput id="tags" v-model="tags" :availableTags="queryTags" :noCreation="true"></TagsInput> </div> <div> - <label for="fulltext">fulltext</label> + <label for="fulltext" title='ex: papa or maman -"petits enfants"'>fulltext</label> <input id="fulltext" type="text" v-model="fulltext" @keyup.enter="searchFulltext(mFulltext)" /> </div> <form :action="$fetch.createUrl('/opensearch')"> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.