I get 404s and empty pages when going into the "detailed" single-document view (e.g. http://localhost/genghis/servers/localhost/databases/amazon_product/collections/similarities/documents/0060517123) though I know these documents exist (they're listed in the "list" view, for one).
Not sure why, but this seems to only happen on collections where ids were not autogenerated by MongoDB (those are barcode-like natural ids).
The text was updated successfully, but these errors were encountered:
This could probably be fixed by only wrapping it if the ID string is a 24 character hex string. Do me a favor and test this version, let me know if it works?
julien-c commentedJul 6, 2012
I get 404s and empty pages when going into the "detailed" single-document view (e.g.
http://localhost/genghis/servers/localhost/databases/amazon_product/collections/similarities/documents/0060517123
) though I know these documents exist (they're listed in the "list" view, for one).Not sure why, but this seems to only happen on collections where ids were not autogenerated by MongoDB (those are barcode-like natural ids).
The text was updated successfully, but these errors were encountered: