Given a nuxeo-document-suggestion widget in readonly mode, if the path to the document contains quotes, the link is truncated at the first quote. For example if the path is:
https://myserver/nuxeo/ui/#!/browse/default-domain/TalentRoot/Jelena%20Noura%20%22Gigi%22%20Hadid
The nuxeo-document-suggestion widget sets the path in the link to:
https://myserver/nuxeo/ui/#!/browse/default-domain/TalentRoot/Jelena%20Noura
(although to be honest, it should be using the documentURL enricher, which uses the document id to avoid such issues)