This commit is contained in:
@@ -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
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
clearable
|
||||
:label="$ay.t('Search')"
|
||||
ref="searchPhrase"
|
||||
@change="getDataFromApi()"
|
||||
hint="text, *xt, *ex*, te*"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user