When metadata strings containing commas followed by spaces are passed to the DXD, the comma is incorrectly parsed and is read as a separator, splitting the string and creating two objects. so a simple string like "apple, bananna" is stored as two items both apple and bananna. This causes some challenges when only the full combination string is required from search as well as using the label as part of the end strings the comma can be lost entirely. |