From the Wiki:
Using Operators with References
With most datatypes, you can also search for ranges, as the bible example above shows. But if you want more control over the range, you can also change the operator (the equals sign). The following operators are available (listed in order, from the most exact at the top to the broadest at the bottom):
Operator |
Description |
Example search |
John 3:16 |
John 3:16-17 |
John 3:17-20 |
John 3:10-20 |
John 3:16-4:10 |
= |
The exact value |
<bible = Jn 3:16-17> |
|
Yes |
|
|
|
subset |
Any reference wholly included in the search value |
<bible subset Jn 3:16-17> |
Yes |
Yes |
|
|
|
superset |
Any reference that includes the whole search value |
<bible superset Jn 3:16-17> |
|
Yes |
|
Yes |
Yes |
~ |
An intersection with the search value that doesn’t cross chapter boundaries |
<bible ~ Jn 3:16-17> |
Yes |
Yes |
Yes |
Yes |
|
intersect |
Any intersection with the search value |
<bible intersect Jn 3:16-17> |
Yes |
Yes |
Yes |
Yes |
Yes |
=======================
From the Help file:
Some data types allow for references to be matched with varying levels of exactness. This is specified by an optional data type matching operator, either = or . Each data type uses these operators differently, but in general:
• <DataTypeName = reference> — match the specified reference precisely
• <DataTypeName ~ reference> — match the specified reference loosely or generously
• <DatatypeName reference> — let the software decide how loose or precise the matching is
=========================
The Help file has fewer options than the Wiki ... and I know the Wiki options work as described. What are some examples of Datatypes that work differently so I can guess what "match loosely" means? Fuzzy searches I understand but ...
And "let the software decide" implies defaults ... any place where the defaults are documented?