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 7b1a18dc5e2fc8d384e814dec17e42c0faa08b23 Author: Benjamin <poussin@codelutin.com> Date: Tue Jun 2 18:22:47 2020 +0200 correction recherche par tag depuis le navigateur --- web/src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/Home.vue b/web/src/views/Home.vue index 41be2c2..9f0df6a 100644 --- a/web/src/views/Home.vue +++ b/web/src/views/Home.vue @@ -48,7 +48,7 @@ class Home extends Vue { return [] } - return Array.isArray(tags) ? [...tags] : [tags] + return Array.isArray(tags) ? [...tags] : tags.split(/[\s,;]+/) } fetchBookmark() { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.