diff --git a/frontend/src/components/parts/QueryInput.vue b/frontend/src/components/parts/QueryInput.vue index 7ca8c29f..5f9912e8 100644 --- a/frontend/src/components/parts/QueryInput.vue +++ b/frontend/src/components/parts/QueryInput.vue @@ -9,7 +9,7 @@ :suggestions="suggestions" :virtualScrollerOptions="{ itemSize: 50, scrollWidth: '100vw', scrollHeight: '300px' }" multiple - placeholder="Search for files by string or tag" + :placeholder="t('query-input-component.placeholder')" @complete="aComplete" @item-select="clearAfterSelect" @clear="clearInput" @@ -36,20 +36,38 @@ -
+ {{ t('search-examples.basic.rules.description') }} +
+ +[tag] free text [tag]
+ {{ t('search-examples.basic.rules.list.2.should') }}
+
+
+
+ {{ t('search-examples.basic.rules.list.2.must') }}
+
+ + {{ t('search-examples.basic.rules.example.intro') }} +
+ +
+ [
+ {{ t('common.label.tag.s') }}
+ {{ t('common.label.beats-per-minute.nc', { count: 110 }) }}
+ ] [
+ {{ t('common.label.tag.s') }}
+ {{ t('common.label.beats-per-minute.nc', { count: 120 }) }}
+ ] Taste
+
+
+
+
+
+ {{ t('common.label.beats-per-minute.nc', { count: 110 }) }}
+
+
+
+
+
+ {{ t('common.label.beats-per-minute.nc', { count: 120 }) }}
+
+
+
+
+ Taste
+
+
+
+ Taste of Marmalade
+
+ + {{ t('search-examples.basic.advanced.examples.description') }} +
+ ++type:AudioTrack
+ -type:MidiTrack
+ type:MidiTrack +fx
+ +bpm:>=110 +bpm:<=120
+ +filename: "Classic Disco-Flat vs Bumpy-118bpm.als"
+ -pathFolder:"/home/adrian/Downloads/ablegram/samples"
+
+
+
+ pathAbsolute
+
+ MID
+
+
+
+ MIDI
+
+