Proximity Search

Sometimes called “near” or “within” searching, proximity search looks for terms that are within a certain number of words from each other.

/n
Replace “n” with a number to locate terms within the specified number of words from each other, regardless of word order.
/p
Connects terms to be found in the same “paragraph” regardless of word order (/15 by default unless modified by your administrator).
/s
Connects terms to be found in the same “sentence” regardless of word order (/5 by default unless modified by your administrator).
pre/n
Replace “n” with a number to locate terms within the specified number of words from each other, where the first term always precedes the second.
pre/p
Connects terms to be found in the same “paragraph” (/15) where the first term always precedes the second.
pre/s
Connects terms to be found in the same “sentence” (/5) where the first term always precedes the second.

When using proximity search, keep in mind:

  • Always separate an operator from its parameters with a space.
  • Count stop words and the ending word when determining the proximity separation number.
  • Terms must be at least one term apart; a /0 proximity search will return an error.
  • Do not add a “w” before the proximity operator, e.g., w/2, as the added character will cause the search to return inconsistent results.
  • Proximity expressions are always executed in exact match mode.

 

Search Modes

Copyright © 2018 Open Text. All Rights Reserved. Trademarks owned by Open Text.