View Single Post
Old 01-26-2022, 12:58 PM   #220
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,249
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Quote:
Originally Posted by dsinger66 View Post
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.
thiago.eec is offline   Reply With Quote