Quote:
Originally Posted by dsinger66
Since this query only contains one search term, I assume that there is an implied search term or expression in quotation marks preceding it, since these must be proximity search term values.
Are [1-2][0-9] meant to be examples of possible proximity values other than /14?
|
You misunderstood it. The search term between forward slashes is a Regular Expression. Looking at the example:
Code:
/14[1-2][0-9]/ renaissance
That means it will search for "14XY renaissance", where X may vary from 1 to 2, and Y from 0 to 9.