I've noticed an issue with the way the Tags Widget is handling results from the Augmentor. For example, when the Augmentor returns results like "Term 1, Term 2, Term 3", the Tags Widget is parsing them incorrectly, resulting in "t e r m 1..." and so on.
It seems we need to refine our use of the "Explode" function to ensure that it splits the results accurately, using the specified delimiter. This adjustment should help in correctly parsing and displaying the terms as intended.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3402694-2.patch | 854 bytes | eleonel |
Comments
Comment #2
eleonelPatch attached.
Comment #3
eleonelComment #5
eleonelMerged.