Proximity buffer searches

Post Reply
kzinda
Posts: 62
Joined: Fri Nov 30, 2001 6:18 am

Proximity buffer searches

Post by kzinda »

When I search for a number and an associated engineering unit, e.g. number1 word1 w/24, which may not be adjacent, it appears that REX starts at the maximium buffer limit, e.g. 24, and then works toward the word. It therefore identifies a some other number rather than the number that is closest to the engineering unit. Is there a way to force REX to start at the word and work its way outward?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Proximity buffer searches

Post by mark »

Not really. Anything within the delimiters is considered valid. I would guess you're only caring because of the hit hilighting. You might be able to use a different query for hilighting, like a single rex to match both items.
Post Reply