Hi Team,
I have implemented remote data binding using WebApiAdaptor and data fetch is smooth.
But when I enable Search module in toolbar and tried to do some search, the filter param in the URL becomes buggy.
This is the example param gets added to the url when I search 'text' in the search bar.
$filter=(substringof(%27text%27,tolower(cast(id,%20%27Edm.String%27))))%20or%20(substringof(%27text%27,tolower(cast(registration_name,%20%27Edm.String%27))))%20or%20(substringof(%27text%27,tolower(cast(partner_id,%20%27Edm.String%27))))%20or%20(substringof(%27text%27,tolower(cast(is_own,%20%27Edm.String%27))))%20or%20(substringof(%27text%27,tolower(cast(is_idle,%20%27Edm.String%27))))
PLease let me know how to proceed with the search for Remote binding.
TIA
Okay!
It is not a bug.
Whatever you say is true for client side search.
As I have mentioned earlier, I'm doing it on the server side. When I hit search, my URL query parameters look like in the image below!
Let me how to proceed!
Or Could you please share me a demo which has server side search enabled?
TIA