I’m trying to figure out how litium backoffice pages performes some of its actions. For example I would like to know how the search index page (located under /Litium/Foundation/SearchIndex.aspx) is implemented. I like to know this to be able to see how the index is utilized and on what pages. I cannot seem to find the aspx-files anywhere in my running web-app instance. Where/how can I look into this?
Well, in this particular case I wanted to examine what parts of litium studio was using the search index (lucene.net) - we have gotten an answer regarding where the order index is used so that part is all good. But other that that it would be nice to easily be able to check what code that is running on those pages to be able to know what code is actually executing when performing actions in backoffice.