Is there a way to search your Enterprise Portal for a hosted table using the content manager search()? I've tried a few different ways using the item_type= parameter, but I get nothing. And there is no obvious mention of tables in the Items and item types API help page?
table = gis.content.search(query="title:csvtest", item_type='table')
I've also tried these:
item_type='hosted table'
item_type='Table'
item_type='Table Layer'
They all give me this
[]
There is, however, a table in my content. I can find it with the required query parameter alone. The item type will come back as Table Layer, which, as you see above, I have tried.
table = gis.content.search(query="title:csvtest")
###result
<Item title:"csvtest" type:Table Layer owner:admin>