|
|
 |
 |
|
Numeric Searching
Number can be searched for as part of any text. The disadvantage here is that you need to know how the number was written. This
is not the case for a numeric field. In this case the number is first formatted by the index so you can use numeric
ranges to find say a range of book prices.
Range(0,15)
Numeric ranges and searches can be mixed with all other searches and in any order.
|
|