We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b13c1 commit 1eec04bCopy full SHA for 1eec04b
sample-app/front-end/src/views/FacetedSearch.vue
@@ -58,7 +58,7 @@
58
<b-card bg-variant="light" >
59
60
<b-row>
61
- <b-col cols="4">
+ <b-col cols="5">
62
63
<b-form @submit="search" >
64
<b-form-group
@@ -69,7 +69,7 @@
69
</b-form-group>
70
71
72
- label="REST Implementation"
+ label="REST"
73
label-cols=2>
74
<b-form-radio
75
@change.native="switchLangage"
@@ -102,7 +102,7 @@
102
</b-form>
103
104
</b-col>
105
- <b-col cols="8">
+ <b-col cols="7">
106
<br/>
107
RediSearch Query:<br/>
108
<small class="text-monospace">FT.SEARCH idx:movie "{{searchQuery}}"</small>
0 commit comments