From 7b7548f90023edd56f9ed1a8b0a7906d8742a15f Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:25:01 +0000 Subject: [PATCH] Update Src/VTEX/VTEXContext.cs --- Src/VTEX/VTEXContext.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/VTEX/VTEXContext.cs b/Src/VTEX/VTEXContext.cs index 661578997..f66d9951b 100644 --- a/Src/VTEX/VTEXContext.cs +++ b/Src/VTEX/VTEXContext.cs @@ -1549,6 +1549,7 @@ public async Task SearchAsync(string searchedField, st /// Thrown when is null or whitespace. /// Thrown when the API response is unexpected. [Pure] + public async Task SearchDataEntityAsync(string searchedField, string searchedValue) if (string.IsNullOrWhiteSpace(searchedValue)) { throw new ArgumentNullException(nameof(searchedValue));