Does Logos.com/search have a way to search for multiple languages (an OR operator?).
Travis Walter showed that we can use the * wildcard, so I can use "&Language=G*" as the following example returns Greek and German Bibles. (Note: it seems to be case sensitive, as "&Language=g*" returns nothing)
https://www.logos.com/products/search?q=&Resource+Type=Bibles&Language=G*
However, I'd like to limit my searches to English OR Greek OR Hebrew, using a single search, rather than 3.
Any tricks?