Previously, top-level comments were incorrectly assigned parent comment id "root", which made them non-root, so they are not returned when requested in the `/find?format=tree` API call. To fix the previously imported comments, please export all your comments and replace `"pid":"root"` with `"pid":""` and then re-import them.