The PARITY modifier is used with HOUSENO to match a house number within a range. This takes into consideration the parity of the range. The returned score indicates whether parity exists or whether the initial value is the actual value at either end of the range.
Score |
Description |
---|---|
98 |
If the initial value is found within the range (not the start or end value) and has the same odd/even parity. For example: "27" versus "25-29". Note: To return 98, the parity of the initial value has to match the parity of
the range.
|
97 |
If the initial value is found within the range, and has the same odd/even parity, and is at one end of the range. For example: "25" versus "25-29" or "29" versus "25-29". Note: To return 97, the parity of the initial value has to match the parity of
the range.
|
96 |
If the value is found within the range (not the start or end value) but not in the same odd/even parity. For example: "26" versus "25-29". |