From b7523dbbbb22bc9f0acf89dec2cc0120fdfc6023 Mon Sep 17 00:00:00 2001 From: Kevin Van Der Werff Date: Mon, 21 Oct 2019 17:11:11 +0200 Subject: [PATCH] :art: :sparkles: find by name Search on word/name, if partially found in resource it will return the resource --- components/Search.vue | 16 +++++++++++++++- store/data.js | 26 ++++++++++++++++++++------ utils/pure.js | 23 +++++++++++++++++++++-- 3 files changed, 56 insertions(+), 9 deletions(-) diff --git a/components/Search.vue b/components/Search.vue index 9a51a9c..2bcaced 100644 --- a/components/Search.vue +++ b/components/Search.vue @@ -3,6 +3,8 @@