Hi Team,
I am using search query to get the result in my spfx code as below:
https://mysiteurl/_api/search/query?querytemplate=%27ContentType:Tools AND (SPTranslationLanguage:{CurrentDisplayLanguage} OR (NOT SPTranslatedLanguages:{CurrentDisplayLanguage} AND NOT SPIsTranslation:true))%27&SelectProperties=%27Title,ListItemID,Description,Path,ToolLinkOWSURLH,ows_BusinessOwner,owstaxIdBusinessOwner,SPContentType%27&rowlimit=100&trimduplicates=false%27
here in the response in the field ToolLinkOWSURLH we get the url of the tool page and its working fine.
eg: ToolLinkOWSURLH: "https://contoso.sharepoint.com/testsite/SitePages/TestTool.aspx
But if I have comma "," in the page name like Test,Tool then it returned two commas in the response as below:
ToolLinkOWSURLH: "https://contoso.sharepoint.com/testsite/SitePages/Test,,Tool.aspx
So Can someone help that why search query is returning two commas for single comma in page url??
Any help is appreciated a lot!!
Thanks & Regards,
Amol Tidke
