From 9bc4a8f34d8311acc821583547fa907899287fe7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Apr 2020 23:21:19 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +++++ ayanova/src/views/home-search.vue | 1 + 2 files changed, 6 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7d9cc1f6..47dce969 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -54,6 +54,11 @@ CURRENT TODOs todo: SEARCH UI + - case insensitive by default unless server overriden like picklist + - all searches without wildcards or quotes are "contains" searches by default and multiple phrases space delimited are accomodated + - if user want's an exact search then they put it in quotes like google for MUST have in that exact form and case (if case insensitive mode) + + todo: widgets list form needs search link todo: if (res.error != undefined) could be changed to if(res.error) everywhere diff --git a/ayanova/src/views/home-search.vue b/ayanova/src/views/home-search.vue index a98e6908..126f4f0e 100644 --- a/ayanova/src/views/home-search.vue +++ b/ayanova/src/views/home-search.vue @@ -12,6 +12,7 @@ clearable :label="$ay.t('Search')" ref="searchPhrase" + @change="getDataFromApi()" hint="text, *xt, *ex*, te*" >