Commit 4dda1b57 authored by davelopez's avatar davelopez
Browse files

Clarify search behavior in placeholder text

Searching by annotation ot tag requires to use the prefix `tag:` or `annotation:`.
parent 85df98a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ watch([filterText, sortBy, sortDesc], () => {
                        size="sm"
                        :class="filterText && 'font-weight-bold'"
                        :value="value"
                        :placeholder="'Search name, annotation and tags' | localize"
                        :placeholder="'Search by name or use the advanced filtering options' | localize"
                        title="clear search (esc)"
                        data-description="filter text input"
                        @input="input"