This commit is contained in:
2020-04-07 23:21:19 +00:00
parent bf62778a4b
commit 9bc4a8f34d
2 changed files with 6 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ CURRENT TODOs
todo: SEARCH UI 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: widgets list form needs search link
todo: if (res.error != undefined) could be changed to if(res.error) everywhere todo: if (res.error != undefined) could be changed to if(res.error) everywhere

View File

@@ -12,6 +12,7 @@
clearable clearable
:label="$ay.t('Search')" :label="$ay.t('Search')"
ref="searchPhrase" ref="searchPhrase"
@change="getDataFromApi()"
hint="text, *xt, *ex*, te*" hint="text, *xt, *ex*, te*"
></v-text-field> ></v-text-field>
</v-col> </v-col>