Anyone have luck using the categories argument with the search? For me it isn't returning any items even though I've confirmed the item is categorized. I've tried using the full category string and the keyword. None of these return anything:
item_search = gis.content.search(query = "", categories="/a/b/c/d")
item_search = gis.content.search(query = "", categories="d")
item_search = gis.content.search(query = "", categories="[d]")