Posted By:
Otis_Gospodnetic
Posted On:
Thursday, March 7, 2002 03:05 PM
You could always just include the same criteria plus new criteria in the new query.
For instance, a search for "foo" will give you documents that contain "foo". Then you want to find a subset of documents that also contains "bar". So you make a search for foo AND bar (+foo +bar).