This commit is contained in:
2025-10-28 22:36:26 +11:00
parent b99d06a2de
commit 87afdc63b8
70 changed files with 0 additions and 280 deletions

View File

@@ -46,10 +46,6 @@ func (a *Search) Search(ctx context.Context, query string) ([]*pb.Search, error)
return nil, fmt.Errorf("failed to unmarshal: %w", err)
}
if len(data.Searches) == 0 {
return nil, fmt.Errorf("no results: %s", query)
}
return data.Searches, nil
}