Skip to content
Snippets Groups Projects
Commit f2ec6f71 authored by Nils Windisch's avatar Nils Windisch :coffee:
Browse files

feat: info for the search

parent 1e7dc10e
No related branches found
No related tags found
1 merge request!27feat: info for the search
Pipeline #213593 passed
...@@ -9,17 +9,19 @@ ...@@ -9,17 +9,19 @@
<v-text-field <v-text-field
v-model="input" v-model="input"
label="Your Search String" label="Your Search String"
hint="Operators: OR, AND and *"
persistent-hint
outlined outlined
dense dense
hide-details
></v-text-field> ></v-text-field>
</v-col> </v-col>
<v-col <v-col
cols="2" cols="2"
class="d-flex align-center" class="d-flex"
> >
<v-btn <v-btn
tile tile
large
color="primary" color="primary"
@click="emitSearch" @click="emitSearch"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment