Lotus Domino - Navigate (next/previous) within search result

I have a lotus domino application running on web interface. User would search documents based on various search criteria. One can click on document link and open a document to see the document details in a template form mentioned in Form Formula of a view.

Implementing @Command([NavNext]) and @Command([NavPervious]) on button click would let user browse through the documents in a view

But, I want to implement navigation so that user should be able to navigate within the SEARCH RESULT DOCUMENT COLLECTION using next and previous button on the template form

Any possible solution/suggestion

thanks