fix(application): adjusting applicatino to new search signature (#13742)

This commit is contained in:
Gabe Lyons 2025-06-10 16:31:45 -04:00 committed by GitHub
parent 794a2ab317
commit f62a58c080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ public class ApplicationType
@Nonnull String query,
@Nullable String field,
@Nullable Filter filters,
int limit,
@Nullable Integer limit,
@Nonnull final QueryContext context)
throws Exception {
final AutoCompleteResult result =
@ -122,7 +122,7 @@ public class ApplicationType
@Nonnull String query,
@Nullable List<FacetFilterInput> filters,
int start,
int count,
@Nullable Integer count,
@Nonnull final QueryContext context)
throws Exception {
throw new NotImplementedException(