Search in Categorized view

I have Notes Categorized view by Date and by Company and couple of other columns.When hte user makes a search for something in that view it doesn’t show the date and company but it shows all the remaining columns.

Is there a way i can show up date and company in the results ?

Thanks,

Durga

Subject: search in Categorized view

yes, you can using lotusscript

  1. create a folder named “search results for -username-”

  2. remove all the columns of that folder - copy all the columns of the view who’s actual on the screen

  3. do a db.search - result is a document collection

  4. put all docs in the dc in that folder

  5. display that folder