I have built a simple XPage to display a Notes view. Everything works fine, and the view is rendered perfectly.
As soon as I configure a 'search' parameter for the view, however, I receive the error: "Error 500: Unexpected error condition". This can be any search parameter - a simple word or a syntactically correct FT search query.
Yes, the database has been indexed, and FT searches work perfectly using the normal Lotus Notes views.
This only produces an error when I view the XPage using XPiNC (this is a hybrid app for use with Lotus Notes clients). The error occurs whether I open the database locally or on the server. The searches I am executing should definitely return results.
Is there a limitation to using view data sources in XPages with XPiNC? Any suggestions would be very much appreciated!
<xp:viewPanel....><xp:this.data><xp:dominoView var="view1" viewName="ByName" search="Text to Search"></xp:dominoView></xp:this.data>...</xp:viewPanel>
. – Naveen