I am trying to search a feature layer and add it to my map object in jupyter notebook.
This is the layer I tried searching - http://www.arcgis.com/sharing/rest/content/items/9f2fd655aa624b8080299196d841ae54/data
my_gis.content.search('title:Ekal',item_type='Feature Layer') returns empty list.
Am I missing something?
I tried searching with full title - my_gis.content.search('title:Ekal AP Bhag layer',item_type='Feature Layer')
Still no results.
Thank you!