We need to search files in a Quickr place from a Domino Web Application when a user types a string to search in a web form.
With LotusQuickr 8.1 we can use a simple URL like this:
http://SERVER/LotusQuickr/SITENAME/Main.nsf/h_RoomHome/$new/?EditDocument&Form=h_PageUI&PreSetFields=h_EditAction;h_New,h_SetReadScene;h_StdPageRead,h_SetEditScene;h_SearchResults,h_SearchStart;0,h_SearchCount;15,h_SearchString;STRINGTOSEARCH
And it works fine but in Lotus Quickr 8.2 it doesn't work and shows an error. In 8.2 the url looks like this:
http://SERVER/LotusQuickr/SITENAME/Main.nsf/h_Toc/$new/?EditDocument&Form=h_PageUI&PreSetFields=h_EditAction;h_New,h_SetReadScene;h_StdPageRead,h_SetEditScene;h_SearchResults,h_ReturnToPage;D69A45D4F49B947D052577CA007304F6,h_Nonce;13F95E30A2806AC3052577CA006AA212,h_SearchType;all,h_SearchStart;0,h_SearchCount;15,h_SearchString;STRINGTOSEARCH
There is a "h_Nonce" parameter in the URL that seems to use a session cookie.
I have 2 questions
1. The h_Nonce parameter for what ?
2. Has Anybody a better approach for search Lotus Quickr files from a domino Web app? We try first by URL because it seems simplest.