you can do it by transfer data from component to component(if you have two different component i.e one is for search,result and another for details view):-
For complete detail:-
But if you have your details view in same component (having search and result view) then you can use custom controller to bind your context node (in detail view) with context node of search result view.
Regards,