Hi Experts,
I have implemented a webdynpro application for SEARCH using index management API's
Its working fine but there is a problem when i am displaying the result.
When i get the result after performing search,
The result will be links.
I am holding it in a variable then setting it to context variable,
and binding it to LinkToURL UI element.
After getting the result,
when i click on that it is opening some window showing the below message,
<b>
The folder you are looking for has no displayable content
You can one of the following
-
Access the folder using the <u>Navigation user Interface</u>
-
Access the folder as <u>web Folder</u>. Your operating system and browser dictate whether or not this will work.</b>
When click any of those links i am getting result.
1) Why it is happening so.
How to resolve that problem.
2) when my search result has multiple entries it is giving error.
(i feel i am holding the result in a variable which can take only one value)
how can i avoid this problem.
3) I am unable do document level search, It is performing only folder level search
What could be the problem
Regards
Bala