preview: multiword search strings were concatenated without spaces
This commit is contained in:
parent
b69912bfab
commit
d121444429
@ -109,6 +109,9 @@ void Preview::init()
|
|||||||
for (auto elt : ugroup) {
|
for (auto elt : ugroup) {
|
||||||
trimwildcards(elt);
|
trimwildcards(elt);
|
||||||
if (!elt.empty()) {
|
if (!elt.empty()) {
|
||||||
|
if (!s.isEmpty()) {
|
||||||
|
s.append(" ");
|
||||||
|
}
|
||||||
s.append(u8s2qs(elt));
|
s.append(u8s2qs(elt));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user