From 1e3a0211c62c39b637779bd49d9a77f7fe87de0e Mon Sep 17 00:00:00 2001 From: Bryan Jonker Date: Thu, 28 May 2026 16:38:12 -0500 Subject: [PATCH 1/2] Add link text --- ResourceInformationV2.Search/Models/BaseObject.cs | 2 ++ .../Components/Pages/Event/General.razor | 6 ++++++ .../Components/Pages/Faq/General.razor | 12 +++++++++--- .../Components/Pages/Note/General.razor | 7 ++++++- .../Components/Pages/Person/General.razor | 6 ++++++ .../Components/Pages/Publication/General.razor | 7 ++++++- .../Components/Pages/Resource/General.razor | 7 ++++++- 7 files changed, 41 insertions(+), 6 deletions(-) diff --git a/ResourceInformationV2.Search/Models/BaseObject.cs b/ResourceInformationV2.Search/Models/BaseObject.cs index 04a340d..c042480 100644 --- a/ResourceInformationV2.Search/Models/BaseObject.cs +++ b/ResourceInformationV2.Search/Models/BaseObject.cs @@ -68,6 +68,8 @@ public abstract class BaseObject { [Keyword] public string Url { get; set; } = ""; + [Keyword] public string UrlText { get; set; } = ""; + [Keyword] public string VideoUrl { get; set; } = ""; public bool UseManualCheck { get; set; } diff --git a/ResourceInformationV2/Components/Pages/Event/General.razor b/ResourceInformationV2/Components/Pages/Event/General.razor index 11aa487..6182fa0 100644 --- a/ResourceInformationV2/Components/Pages/Event/General.razor +++ b/ResourceInformationV2/Components/Pages/Event/General.razor @@ -22,6 +22,12 @@ + +
+ + +
+
diff --git a/ResourceInformationV2/Components/Pages/Faq/General.razor b/ResourceInformationV2/Components/Pages/Faq/General.razor index 06ae2c8..b54f66f 100644 --- a/ResourceInformationV2/Components/Pages/Faq/General.razor +++ b/ResourceInformationV2/Components/Pages/Faq/General.razor @@ -19,17 +19,23 @@
- -