The suggestions for that particular email will never return any results. This is due to the conversion from inline images to text that can be written into SCSM. Take the following an example, an email has a:
Subject of "mobile issue"
Body of "screen crack"
Has a signature graphic with alt text of "corporate signature." If you right click on the message preview in Outlook, choose "View Source", then scroll down to find the inline image it will render something to the effect of:
Discovered an issue wherein if:
The suggestions for that particular email will never return any results. This is due to the conversion from inline images to text that can be written into SCSM. Take the following an example, an email has a:
But when this email is processed by the connector, the alt text property from the above is read and written into the new Work Item Description as:
When either Search-CiresonKnowledgeBase or Search-AvailablePortalOffering functions engage, an error will be produced to the effect of:
This is due to the the following lines seen in Search-CiresonKnowledgeBase and Search-AvailableCiresonPortalOffering functions:
When this engages, the first result (from the $searchQuery.Trim().Split()) passed down the pipeline looks like:
By introducing a Foreach-Object on the pipeline that escapes relevant characters (known as a result of #453):
the result now looks like:
And the email will successfully trigger KA and/or RO suggestion URLs