Search Questions

I enter the following Bible search and get no results:
(god OR lord) NEAR love*
But if I enter the following search, I get the expected list:
god NEAR love*
I get the results I desire by using this search:
(god NEAR love*) OR (lord NEAR love*)
What am I doing wrong - why does my original search not work?
Blessings,
Floyd
Pastor-Patrick.blogspot.com
Comments
-
You can't use logical statements as terms in a NEAR phrase (or a WITHIN phrase).
You can use a comma list instead:
(god,lord) NEAR love*
Or you can use the logical elements (OR and AND) outside of the NEAR phrase:
(god NEAR love*) OR (lord NEAR love*)
MacBook Pro (2019), ThinkPad E540
0 -
Todd Phillips said:
You can't use logical statements as terms in a NEAR phrase.
Is this just NEAR or is it any of the proximity operators?
Blessings,
FloydPastor-Patrick.blogspot.com
0 -
Floyd Johnson said:Todd Phillips said:
You can't use logical statements as terms in a NEAR phrase.
Is this just NEAR or is it any of the proximity operators?
Any.
MacBook Pro (2019), ThinkPad E540
0 -
Take a closer look at using parentheses in searches and proximity operators here: http://wiki.logos.com/Detailed_Search_Help#Proximity_Operators
I believe what you want to search for is (god, lord) NEAR love*
Pastor, North Park Baptist Church
Bridgeport, CT USA
0 -
Mark A. Smith said:
Take a closer look at using parentheses in searches and proximity operators here: http://wiki.logos.com/Detailed_Search_Help#Proximity_Operators
I believe what you want to search for is (god, lord) NEAR love*
This is what I did to get the results I desired. I made a change to the wiki to explain this at the main search entry page:
4. (Proximity) BEFORE, AFTER, WITHIN, NEAR
eg. Jesus BEFORE Christ, Jesus NEAR Christ, Jesus WITHIN 4 Words Christ
Note: You can’t use logical statements as part of a search that uses a proximity operator.
You can use a comma list instead:(god,lord) NEAR love*
Or you can use the logical elements (OR and AND) outside of a phrase:
(god NEAR love*) OR (lord NEAR love*)
Did I get this right?
Blessings,
FloydPastor-Patrick.blogspot.com
0 -
Dave
===Windows 11 & Android 13
0 -
Todd Phillips said:
You can't use logical statements as terms in a NEAR phrase (or a WITHIN phrase).
You can use a comma list instead:
(god,lord) NEAR love*
Or you can use the logical elements (OR and AND) outside of the NEAR phrase:
(god NEAR love*) OR (lord NEAR love*)
Is there a way to use lists to get to something like this:
(birth ANDNOT "new birth") NEAR "second advent"
Blessings,
FloydPastor-Patrick.blogspot.com
0 -
Floyd Johnson said:
Is there a way to use lists to get to something like this:
Not in L4. You have to use (birth NEAR "second advent") ANDNOT ("new birth" NEAR "second advent")
Libronix used the tilde prefix. Thus (birth*, ~birthday) produces all words starting with "birth" but not "birthday".
Dave
===Windows 11 & Android 13
0