From 9a03735af0f9f0f0bb9355dc6c816625f2739a91 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 Apr 2020 18:32:15 +0000 Subject: [PATCH] --- ayanova/src/views/home-search.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ayanova/src/views/home-search.vue b/ayanova/src/views/home-search.vue index 5f28cb9d..f4f8f171 100644 --- a/ayanova/src/views/home-search.vue +++ b/ayanova/src/views/home-search.vue @@ -188,6 +188,14 @@ export default { vm.formState.serverError = res.error; window.$gz.form.setErrorBoxErrors(vm); } else { + //AyaNov + // + //subtitle: "to Alex, Scott, Jennifer — Wish I could come, but I'm out of town this weekend.", + let searchTerms = vm.searchPhrase + .toLocaleLowerCase() + .replace(/[*]/gi, "") + .split(" "); + console.log("SearchTerms", searchTerms); item.info = res.data; } })