Visual Filter with Branch View
Posted: 18 Dec 2017 08:43
Hello Don,
Hello all,
I would like to basically do this: Generic file types filter with branch view viewtopic.php?f=3&t=16018
Option 1, which I've so far:This generally works but it shows the light blue QS-bar, stating: "Quick Search: _/types={:Image}" (_ standing for the "space" visualisation).
The content of the QS-bar is not pretty and I would like to have the brown VF-bar, not the QS-bar.
Option 2:Gives me the results I want, but is much slower - obviously because first the whole branch is loaded before the VF is applied.
I would like an option of how to combine the speed of the first option with the output of the second one.
Any luck that this might come or is it already possible and I overlooked it?
Thx and regards, S.
Hello all,
I would like to basically do this: Generic file types filter with branch view viewtopic.php?f=3&t=16018
Option 1, which I've so far:
Code: Select all
goto "<curpath>? /types={:Image} /flat";The content of the QS-bar is not pretty and I would like to have the brown VF-bar, not the QS-bar.
Option 2:
Code: Select all
goto "<curpath>? /flat";
filter """Image|Image Files"" {:Image}", 4;I would like an option of how to combine the speed of the first option with the output of the second one.
Any luck that this might come or is it already possible and I overlooked it?
Thx and regards, S.