From 064b7053f8050d98cc45002f1bb1b2c6a1042e95 Mon Sep 17 00:00:00 2001 From: OneGate Dev Date: Sat, 5 Sep 2026 15:59:41 +0800 Subject: [PATCH 1/2] fix: isolate search loading failures by result group --- OneGateApp.slnx | 1 + OneGateApp/Pages/GlobalSearchPage.xaml | 6 + OneGateApp/Pages/GlobalSearchPage.xaml.cs | 106 ++++++++++++--- tests/p2-10/SearchAvailability.Tests.csproj | 21 +++ tests/p2-10/SearchAvailabilityTests.cs | 136 ++++++++++++++++++++ tests/p2-10/TestBoundary.cs | 131 +++++++++++++++++++ 6 files changed, 384 insertions(+), 17 deletions(-) create mode 100644 tests/p2-10/SearchAvailability.Tests.csproj create mode 100644 tests/p2-10/SearchAvailabilityTests.cs create mode 100644 tests/p2-10/TestBoundary.cs diff --git a/OneGateApp.slnx b/OneGateApp.slnx index 7db03bc5..d770146c 100644 --- a/OneGateApp.slnx +++ b/OneGateApp.slnx @@ -6,4 +6,5 @@ + diff --git a/OneGateApp/Pages/GlobalSearchPage.xaml b/OneGateApp/Pages/GlobalSearchPage.xaml index 039f45be..d927600f 100644 --- a/OneGateApp/Pages/GlobalSearchPage.xaml +++ b/OneGateApp/Pages/GlobalSearchPage.xaml @@ -18,6 +18,12 @@ + + +