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
-
create a folder named “search results for -username-”
-
remove all the columns of that folder - copy all the columns of the view who’s actual on the screen
-
do a db.search - result is a document collection
-
put all docs in the dc in that folder
-
display that folder