Some answers to your questions. When the extension methods get called is an implementation detail, but your point about being able to test them is well taken. I am trying to get more details in this area and will post them here in the forums when I have them. In the meantime, my recommendation woudl be to factor out your searching code into a shared framework that both your app and your search extension can use. This would allow you to test the code in the context of your app in the interim. Yes, apps and their extensions have separate sandboxes. You would want to use a shared app group container for any shared data that might be necessary to accomplish re-indexing from the extension. And again, factoring out any common code into a shared framework can help simplify things like accessing resources in your group container. With regard to the content type, I don't know the answer to why it wouldn't work. Please file a bug report (and post the number here). If you can provide a small test proje
Topic:
App & System Services
SubTopic:
General
Tags: