> In content_item__new the subtype was content_revision, it should
> have been content_item.
I tried it. And everything seems to work now. Deletion and search.
However, is this a documentation bug in packages/search/www/doc/guidelines.html?
- Whenever you call content_item__new, call it with 'content_revision' as the item_subtype and 'your_content_type' as the content_type.
Thanks!