Building and using filter
Logos has a feature called filters. I would like to learn how to create a filter that can be turned on and off. What I specifically want to do is to use the filter to highlight all the commands in a passage. How would I go about doing this?
Comments
-
I presume you mean "Visual Filters"
Start here:
https://wiki.logos.com/visual_filter
https://community.logos.com/forums/t/94665.aspx
https://support.logos.com/hc/en-us/articles/360016529972-Visual-Filters
https://www.youtube.com/watch?v=qMnnahzt8IM
https://www.youtube.com/watch?v=b-ku18VbE44
https://www.youtube.com/watch?v=bQawU5EzzwY
There is a lot of help out there for what you want to do.
0 -
Excellent response.
I would add {Label Command WHERE Type ~ "Command"} as a search query, as this picks up some extra results. Better yet try:-
@V??M OR {Label Command WHERE Type ~ "Command"} as this will include all results (and allow for the OP not having access to Label commands).
Dave
===Windows 11 & Android 13
0 -
Thanks for the help. Those are just what I needed.
0 -
Thank you.
0 -
Dave Hooton said:
I would add {Label Command WHERE Type ~ "Command"} as a search query
{Label Command WHERE Type ~ "Command"} and {Section <Sentence = Imperative>} have boundaries that differ a bit: e.g. Matthew 1:21 has Command label, but is not an Imperative sentence. Conversely, Matthew 3:2 includes an Imperative sentence, but does not have Command label.
Keep Smiling [:)]
0