Hi,
Im trying to create a category tile for Lumira stories with multiple search keywords.
Lumira stories with single search keyword is working fine.
im folling the below post
Creating a category tile for SAP Lumira stories
When i create dynamic content tile for multiple search keywords <SEARCH_STRING> %27Sales%20Report%27%2C%272012%27 is not working in the search url (which is the above post)
/sap/bi/launchpad/v3.xsodata;o=LUMIRA/Items/$count?$filter=ItemType+eq+%27sap.lumira.story.type%27%20and%20substringof(tolower(<SEARCH_STRING>),tolower(Name))
But the below search url is working perfectly for displaying count of Lumira stories with multiple keywords.
/sap/bi/launchpad/v3.xsodata;o=LUMIRA/Items/$count?$filter=ItemType%20eq%20%27sap.lumira.story.type%27%20and(%20substringof
(tolower(<SEARCH_STRING1>),tolower(Name))or%20substringof(tolower(
<SEARCH_STRING2>), tolower(Name)))
But sadly parameters url is not working for multiple keyword
itemType=sap.lumira.story.type&keyword=<SEARCH_STRING>
So i'm able form a tile and display the count with multiple search keywords. But when i'm opening the tile it throws an error message.
Can anyone help me to form parameters url with multiple keyword ? so i can display two different set of stories in a single tile.
Thanks in advance.
Regards
Yokesvaran Kumarasamy