I'm looking for a way to search for a partial list subset, and I will explain what I mean by that. Say I have a list of names: (Magog, Meshech, Tubal, Persia, Cush, Put, Gomer, Togarmah) and want to see everywhere in scripture where 3 or more of those names are found together i.e. (Magog, Meshech, Tubal) OR (Meshech, Gomer, Put) OR (Gomer, Togarmah, Persia) but not only (Cush, Put).
Is there any way to do this kind of search in logos without having to painstakingly list out every possible combination of those names, or searching each name one at a time and then manually collating the results? Say something along the lines of: ANY3:(insert list) where ANY could have a variable number >1: ANY4, ANY2 etc.