I have been trying to build a WPF application using REST API for searching. I have been able to get the item searched in a particular list but I want it to be searched in the entire site. And I want to display everything related to that search item (like discussions, URLs, description etc). I have 2 questions w.r.t. this::
1) How to search in the entire site for a particular item?
2) How do I display the search results obtained in a clear readable manner? Which WPF control should be used for the purpose?