From 37aed91d3535fe4ff4512e6d6992b9d3666c26a4 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Mon, 10 Jun 2019 05:55:13 +0200 Subject: [PATCH] add fuzzy search for office/resource matching --- client/package.json | 1 + client/yarn.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/client/package.json b/client/package.json index c87178e..16941b2 100644 --- a/client/package.json +++ b/client/package.json @@ -4,6 +4,7 @@ "private": true, "dependencies": { "axios": "^0.18.0", + "fuse.js": "^3.4.5", "react": "^16.8.6", "react-dom": "^16.8.6", "react-redux": "^7.0.3", diff --git a/client/yarn.lock b/client/yarn.lock index 8413b54..a426655 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3680,6 +3680,10 @@ functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" +fuse.js@^3.4.5: + version "3.4.5" + resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.4.5.tgz#8954fb43f9729bd5dbcb8c08f251db552595a7a6" + gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"