I'm wanting to do a nested search. The first search to find all pages that have some common element (ex: Twiki user pages with a specified city name) , and a secondary search to pull out additional information from that user page (a phone number). I can't figure out how to code the second query: Can I specify Twiki Search to search a specific page? I havn't been able to do this by using the "web=" parameter.
The logic thought is to write the two queries separately, then join them.
Thanks