Sent: Monday, January 21, 2013 10:15 PM
Subject: asynchronous search enablement
点了search之后,控制会立即返回,UI上不会出现转的齿轮,end user可以立即在UI上做其他的操作。真正的Asynchronous search是在另一个RFC session里面完成的。

End user会在ui上看到一条information,被告知search在background执行。当RFC session返回结果后,IC的context menu会出现一条notification,
点hyperlink之后结果会刷新到table里。
How to development:大多数interaction 都由ic inbox framework完成了,我们只需要建一个social media针对asynchronous search的result class,redefine和lean search同样原理的方法,再加个新的分支就行了。