mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(application): adjusting applicatino to new search signature (#13742)
This commit is contained in:
parent
794a2ab317
commit
f62a58c080
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user