Skip to content

Commit ce72766

Browse files
acoumbCopilot
andauthored
Update src/Umbraco.Cms.Integrations.Crm.ActiveCampaign.Core/Controllers/FormsController.cs
Co-authored-by: Copilot <[email protected]>
1 parent c7e20a0 commit ce72766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.ActiveCampaign.Core/Controllers/FormsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private string BuildRequestUri(string baseAddress, int page, string searchQuery)
9595

9696
if (!string.IsNullOrWhiteSpace(searchQuery))
9797
{
98-
queryParamsDictionary.Add("search", HttpUtility.UrlEncode(searchQuery));
98+
queryParamsDictionary.Add("search", searchQuery);
9999
}
100100

101101
return queryParamsDictionary.Count == 0

0 commit comments

Comments
 (0)