From 975ec8ebaa7b32486d0edde453010adefd5022bb Mon Sep 17 00:00:00 2001 From: Milo Thurston Date: Tue, 3 Feb 2026 16:45:03 +0000 Subject: [PATCH 1/7] Fixed #2711. --- src/store/AdvancedSearchComponents/organisationSearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/AdvancedSearchComponents/organisationSearch.js b/src/store/AdvancedSearchComponents/organisationSearch.js index 6d6d2d01f1..a807e8c2c9 100644 --- a/src/store/AdvancedSearchComponents/organisationSearch.js +++ b/src/store/AdvancedSearchComponents/organisationSearch.js @@ -21,7 +21,7 @@ const actions = { response["searchOrganisations"] && response["searchOrganisations"].length ) { - const organisationsList = response["searchOrganisations"].map(({ name }) => name); + const organisationsList = response["searchOrganisations"]; commit("setSearchOrganisations", organisationsList); } From d0440091b9dc8500dd7de4297ea7fbd5f331d3e4 Mon Sep 17 00:00:00 2001 From: knirirr Date: Tue, 3 Feb 2026 16:56:40 +0000 Subject: [PATCH 2/7] Autogenerated documentation files --- documentation/html/ExternalRESTClients.html | 2 +- documentation/html/GraphQLClient.html | 2 +- documentation/html/RESTClient.html | 2 +- documentation/html/Static.html | 2 +- documentation/html/classes.list.html | 2 +- .../components_Curators_CuratorRecordsAwaitingApproval.vue.html | 2 +- ..._DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html | 2 +- ...ors_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html | 2 +- ...tors_DownLoadRecordsComponents_RecordsNeedingReview.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html | 2 +- documentation/html/components_Curators_HiddenRecords.vue.html | 2 +- .../html/components_Curators_IncompleteRecords.vue.html | 2 +- .../html/components_Curators_MaintenanceRequests.vue.html | 2 +- .../html/components_Curators_RecentCuratorCreation.vue.html | 2 +- documentation/html/components_Curators_SystemMessages.vue.html | 2 +- .../components_Curators_UserRecordsAwaitingApproval.vue.html | 2 +- .../html/components_Records_Record_Collections.vue.html | 2 +- ...components_Records_Record_GeneralInfo_SavedSearches.vue.html | 2 +- .../html/components_Records_Record_RelatedContent.vue.html | 2 +- .../html/components_Records_Search_Header_FilterChips.vue.html | 2 +- .../html/components_Records_Search_Header_Pagination.vue.html | 2 +- .../html/components_Records_Search_Header_Sorting.vue.html | 2 +- ...Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html | 2 +- ..._QueryBuilderComponents_GeneralComponents_Countries.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Domains.vue.html | 2 +- ...h_QueryBuilderComponents_GeneralComponents_Licences.vue.html | 2 +- ...ueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html | 2 +- ...ryBuilderComponents_GeneralComponents_Organisations.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Subject.vue.html | 2 +- ...QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html | 2 +- ...yBuilderComponents_GeneralComponents_UserDefinedTag.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html | 2 +- ...ch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html | 2 +- ..._QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html | 2 +- ...rch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html | 2 +- ...ecords_Search_Input_AdvancedSearch_QueryBuilderView.vue.html | 2 +- .../components_Records_Search_Input_FilterAutocomplete.vue.html | 2 +- .../html/components_Records_Search_Input_FilterButton.vue.html | 2 +- .../html/components_Records_Search_Input_SearchInput.vue.html | 2 +- ...mponents_Records_Search_SaveSearch_SaveSearchButton.vue.html | 2 +- ...ponents_Records_Search_SaveSearch_SaveSearchStepper.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_OrganisationStepper.vue.html | 2 +- ...s_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html | 2 +- ...ords_Search_SaveSearch_StepperComponents_ResultCard.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_StepperDialogHeader.vue.html | 2 +- ...rds_Search_SaveSearch_StepperComponents_UserStepper.vue.html | 2 +- ...nents_Users_Profiles_Private_ViewSavedSearchesTable.vue.html | 2 +- documentation/html/global.html | 2 +- documentation/html/index.html | 2 +- documentation/html/lib_Client_ExternalClients.js.html | 2 +- documentation/html/lib_Client_RESTClient.js.html | 2 +- documentation/html/lib_GraphClient_GraphClient.js.html | 2 +- documentation/html/module-Home.html | 2 +- documentation/html/module-Login.html | 2 +- documentation/html/module-NewRecord.html | 2 +- documentation/html/module-Pagination.html | 2 +- documentation/html/module-Signup.html | 2 +- documentation/html/module-User.html | 2 +- documentation/html/modules.list.html | 2 +- documentation/html/namespaces.list.html | 2 +- documentation/html/router_hackSearch.js.html | 2 +- documentation/html/store_introspector.js.html | 2 +- documentation/html/store_recordData.js.html | 2 +- documentation/html/store_recordSearch.js.html | 2 +- documentation/html/store_searchFilters.js.html | 2 +- documentation/html/utils_advancedSearchUtils.js.html | 2 +- documentation/html/utils_recordTabUtils.js.html | 2 +- documentation/html/utils_rules.js.html | 2 +- .../views_AdvancedSearch_AdvancedSearchResultTable.vue.html | 2 +- .../html/views_AdvancedSearch_AdvancedSearchSelection.vue.html | 2 +- documentation/html/views_CreateRecord_NewRecord.vue.html | 2 +- documentation/html/views_Home_Home.vue.html | 2 +- documentation/html/views_Organisations_Organisation.vue.html | 2 +- documentation/html/views_Records_Record.vue.html | 2 +- documentation/html/views_Records_Records.vue.html | 2 +- documentation/html/views_Static_Community_Community.vue.html | 2 +- documentation/html/views_Static_Timeline_Timeline.vue.html | 2 +- documentation/html/views_Users_Login_Login.vue.html | 2 +- documentation/html/views_Users_Signup.vue.html | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/documentation/html/ExternalRESTClients.html b/documentation/html/ExternalRESTClients.html index f3e983cb8b..e422dae4db 100644 --- a/documentation/html/ExternalRESTClients.html +++ b/documentation/html/ExternalRESTClients.html @@ -414,7 +414,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/GraphQLClient.html b/documentation/html/GraphQLClient.html index c52a8d8eff..7af8d3f2c6 100644 --- a/documentation/html/GraphQLClient.html +++ b/documentation/html/GraphQLClient.html @@ -912,7 +912,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/RESTClient.html b/documentation/html/RESTClient.html index 20cae48b38..ae76383c2d 100644 --- a/documentation/html/RESTClient.html +++ b/documentation/html/RESTClient.html @@ -9053,7 +9053,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/Static.html b/documentation/html/Static.html index 050fa700cf..0ec8a17587 100644 --- a/documentation/html/Static.html +++ b/documentation/html/Static.html @@ -391,7 +391,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/classes.list.html b/documentation/html/classes.list.html index e96b5b7a1b..4539c15483 100644 --- a/documentation/html/classes.list.html +++ b/documentation/html/classes.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html index 0163bb027a..13dbe0ef31 100644 --- a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html @@ -752,7 +752,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html index 55d8d5a959..f7d9ad3c0e 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html @@ -209,7 +209,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html index fade36da01..a072090895 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html @@ -211,7 +211,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html index 9cc60179e7..c16add4c77 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html @@ -213,7 +213,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html index 7f371d0865..afdf82cd87 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html @@ -208,7 +208,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html index 07482e9bde..7d522b211d 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html @@ -215,7 +215,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_HiddenRecords.vue.html b/documentation/html/components_Curators_HiddenRecords.vue.html index 7399080b25..c8461008ed 100644 --- a/documentation/html/components_Curators_HiddenRecords.vue.html +++ b/documentation/html/components_Curators_HiddenRecords.vue.html @@ -294,7 +294,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_IncompleteRecords.vue.html b/documentation/html/components_Curators_IncompleteRecords.vue.html index 055cb7176d..d2ac9caf5b 100644 --- a/documentation/html/components_Curators_IncompleteRecords.vue.html +++ b/documentation/html/components_Curators_IncompleteRecords.vue.html @@ -392,7 +392,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_MaintenanceRequests.vue.html b/documentation/html/components_Curators_MaintenanceRequests.vue.html index cc69da4f11..7951acc868 100644 --- a/documentation/html/components_Curators_MaintenanceRequests.vue.html +++ b/documentation/html/components_Curators_MaintenanceRequests.vue.html @@ -604,7 +604,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_RecentCuratorCreation.vue.html b/documentation/html/components_Curators_RecentCuratorCreation.vue.html index c4355d7f1e..043f633ac6 100644 --- a/documentation/html/components_Curators_RecentCuratorCreation.vue.html +++ b/documentation/html/components_Curators_RecentCuratorCreation.vue.html @@ -287,7 +287,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_SystemMessages.vue.html b/documentation/html/components_Curators_SystemMessages.vue.html index 09018580bc..17c49dcca9 100644 --- a/documentation/html/components_Curators_SystemMessages.vue.html +++ b/documentation/html/components_Curators_SystemMessages.vue.html @@ -479,7 +479,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html index 848fd691a3..26697dec73 100644 --- a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html @@ -752,7 +752,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_Collections.vue.html b/documentation/html/components_Records_Record_Collections.vue.html index 70f99fd51a..717877587d 100644 --- a/documentation/html/components_Records_Record_Collections.vue.html +++ b/documentation/html/components_Records_Record_Collections.vue.html @@ -407,7 +407,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html index a50cabf36f..284c4901b3 100644 --- a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html +++ b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html @@ -315,7 +315,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_RelatedContent.vue.html b/documentation/html/components_Records_Record_RelatedContent.vue.html index 223cd31099..32d5183e75 100644 --- a/documentation/html/components_Records_Record_RelatedContent.vue.html +++ b/documentation/html/components_Records_Record_RelatedContent.vue.html @@ -381,7 +381,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_FilterChips.vue.html b/documentation/html/components_Records_Search_Header_FilterChips.vue.html index e4503a7076..a61f3afadb 100644 --- a/documentation/html/components_Records_Search_Header_FilterChips.vue.html +++ b/documentation/html/components_Records_Search_Header_FilterChips.vue.html @@ -253,7 +253,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Pagination.vue.html b/documentation/html/components_Records_Search_Header_Pagination.vue.html index a4619eeb3c..13f1fe9580 100644 --- a/documentation/html/components_Records_Search_Header_Pagination.vue.html +++ b/documentation/html/components_Records_Search_Header_Pagination.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Sorting.vue.html b/documentation/html/components_Records_Search_Header_Sorting.vue.html index c30fca8069..277409b5dc 100644 --- a/documentation/html/components_Records_Search_Header_Sorting.vue.html +++ b/documentation/html/components_Records_Search_Header_Sorting.vue.html @@ -215,7 +215,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html index 071d73e281..7c04c36a85 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html @@ -485,7 +485,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html index 288d233998..3a1ed0541e 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html index 3fe522f0df..6128da98a1 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html @@ -223,7 +223,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html index b49eee18d9..21382874f3 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html index decfd8ef8b..97509407f5 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html @@ -233,7 +233,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html index 4cbc57acd1..8aa0f225a7 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html index 99f3aef778..dbb783b3f6 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html @@ -225,7 +225,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html index e923a182f4..cb5b38973a 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html index 973431c819..870d5078a0 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html index 41f45d4126..644b7b7be4 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html @@ -319,7 +319,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html index d8696e0f1f..7dec5ffd07 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html @@ -279,7 +279,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html index 23e6abdcd8..f40e440888 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html @@ -187,7 +187,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html index 676cafcc6c..b830e5ca3d 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html @@ -330,7 +330,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html index a6ef3e28bc..44c06226d5 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html @@ -237,7 +237,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html index bc25ac14b0..3e2a8b7c2d 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html @@ -654,7 +654,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html index 29861c1faf..e63e1a5a42 100644 --- a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html @@ -315,7 +315,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterButton.vue.html b/documentation/html/components_Records_Search_Input_FilterButton.vue.html index 4af1b9d9ef..041fb6b34b 100644 --- a/documentation/html/components_Records_Search_Input_FilterButton.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterButton.vue.html @@ -279,7 +279,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_SearchInput.vue.html b/documentation/html/components_Records_Search_Input_SearchInput.vue.html index 91a28333d6..923f72c20e 100644 --- a/documentation/html/components_Records_Search_Input_SearchInput.vue.html +++ b/documentation/html/components_Records_Search_Input_SearchInput.vue.html @@ -285,7 +285,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html index 3f6a866214..f685482aab 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html index 81f6633d80..161ba54acf 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html @@ -469,7 +469,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html index 6e6ecc8c05..0eb2bfdfea 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html @@ -278,7 +278,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html index a53f6b6433..51a1e68f3c 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html @@ -279,7 +279,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html index 46bf70e36d..7e7bbeb995 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html index 570e97bd82..f12e7c80a5 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html @@ -189,7 +189,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html index 3ca05e05d8..ec3eeebe8f 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html @@ -230,7 +230,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html index 7e452537ad..a80525e6fd 100644 --- a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html +++ b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html @@ -507,7 +507,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/global.html b/documentation/html/global.html index 512b3d8eb0..64ea52065c 100644 --- a/documentation/html/global.html +++ b/documentation/html/global.html @@ -2859,7 +2859,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/index.html b/documentation/html/index.html index c374c3432f..d8e7d6e010 100644 --- a/documentation/html/index.html +++ b/documentation/html/index.html @@ -175,7 +175,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_ExternalClients.js.html b/documentation/html/lib_Client_ExternalClients.js.html index af45be5681..097a9d0617 100644 --- a/documentation/html/lib_Client_ExternalClients.js.html +++ b/documentation/html/lib_Client_ExternalClients.js.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_RESTClient.js.html b/documentation/html/lib_Client_RESTClient.js.html index a0e29aabeb..92ca99ff90 100644 --- a/documentation/html/lib_Client_RESTClient.js.html +++ b/documentation/html/lib_Client_RESTClient.js.html @@ -1230,7 +1230,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/lib_GraphClient_GraphClient.js.html b/documentation/html/lib_GraphClient_GraphClient.js.html index 1e22e7d1bb..7995d6d450 100644 --- a/documentation/html/lib_GraphClient_GraphClient.js.html +++ b/documentation/html/lib_GraphClient_GraphClient.js.html @@ -286,7 +286,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Home.html b/documentation/html/module-Home.html index 9f51ecc94f..3e496c5da2 100644 --- a/documentation/html/module-Home.html +++ b/documentation/html/module-Home.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index 52b3ca26e5..54a5fd5f58 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 288dd9a7dd..54e812a9c4 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index 508727e186..10a4447c21 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -527,7 +527,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 1c23fe4dcb..586666d235 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index 4dea864ea2..f406d28b8a 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index f887527c65..2d740c95f3 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index ab717569c9..659b9884e8 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/router_hackSearch.js.html b/documentation/html/router_hackSearch.js.html index 033638d6e0..9f55465d81 100644 --- a/documentation/html/router_hackSearch.js.html +++ b/documentation/html/router_hackSearch.js.html @@ -213,7 +213,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_introspector.js.html b/documentation/html/store_introspector.js.html index 1e5523575a..c2a0a494e1 100644 --- a/documentation/html/store_introspector.js.html +++ b/documentation/html/store_introspector.js.html @@ -294,7 +294,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_recordData.js.html b/documentation/html/store_recordData.js.html index 8d9d127e02..faa90bbfeb 100644 --- a/documentation/html/store_recordData.js.html +++ b/documentation/html/store_recordData.js.html @@ -771,7 +771,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_recordSearch.js.html b/documentation/html/store_recordSearch.js.html index 840b4b4104..47ef2a756d 100644 --- a/documentation/html/store_recordSearch.js.html +++ b/documentation/html/store_recordSearch.js.html @@ -352,7 +352,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/store_searchFilters.js.html b/documentation/html/store_searchFilters.js.html index 2f8f05b7d5..a9a1629c3e 100644 --- a/documentation/html/store_searchFilters.js.html +++ b/documentation/html/store_searchFilters.js.html @@ -295,7 +295,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_advancedSearchUtils.js.html b/documentation/html/utils_advancedSearchUtils.js.html index a3933a7b7a..ef2445a2d5 100644 --- a/documentation/html/utils_advancedSearchUtils.js.html +++ b/documentation/html/utils_advancedSearchUtils.js.html @@ -196,7 +196,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_recordTabUtils.js.html b/documentation/html/utils_recordTabUtils.js.html index d78b44a756..64e61332fc 100644 --- a/documentation/html/utils_recordTabUtils.js.html +++ b/documentation/html/utils_recordTabUtils.js.html @@ -257,7 +257,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/utils_rules.js.html b/documentation/html/utils_rules.js.html index eadd2d5fce..2fcbddff72 100644 --- a/documentation/html/utils_rules.js.html +++ b/documentation/html/utils_rules.js.html @@ -273,7 +273,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html index 236eb08711..90276cc1a8 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html @@ -467,7 +467,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html index e11c6d587d..8fcb668148 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html @@ -376,7 +376,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_CreateRecord_NewRecord.vue.html b/documentation/html/views_CreateRecord_NewRecord.vue.html index c1ea2cae3a..d687198c64 100644 --- a/documentation/html/views_CreateRecord_NewRecord.vue.html +++ b/documentation/html/views_CreateRecord_NewRecord.vue.html @@ -416,7 +416,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home.vue.html b/documentation/html/views_Home_Home.vue.html index 5c5fa41c3a..139dcece97 100644 --- a/documentation/html/views_Home_Home.vue.html +++ b/documentation/html/views_Home_Home.vue.html @@ -196,7 +196,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index 5b777704b8..4a35048d5d 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -957,7 +957,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index 943c5b8758..77710011dc 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -1354,7 +1354,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index 686f45b942..d7630e1c7c 100644 --- a/documentation/html/views_Records_Records.vue.html +++ b/documentation/html/views_Records_Records.vue.html @@ -468,7 +468,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Community_Community.vue.html b/documentation/html/views_Static_Community_Community.vue.html index a94d8c6936..dc9bc42e00 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -943,7 +943,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Timeline_Timeline.vue.html b/documentation/html/views_Static_Timeline_Timeline.vue.html index a178abc8d7..c28e065f13 100644 --- a/documentation/html/views_Static_Timeline_Timeline.vue.html +++ b/documentation/html/views_Static_Timeline_Timeline.vue.html @@ -154,7 +154,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Login_Login.vue.html b/documentation/html/views_Users_Login_Login.vue.html index f0b99e093c..9cfc406785 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -432,7 +432,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index c167b52136..f9666b3c6e 100644 --- a/documentation/html/views_Users_Signup.vue.html +++ b/documentation/html/views_Users_Signup.vue.html @@ -150,7 +150,7 @@ Documentation generated by JSDoc 4.0.5 - on Wed Jan 28th 2026 + on Tue Feb 3rd 2026 using the DocStrap template. From 19019ddc448abe818c5f959e1661ac04503fb60e Mon Sep 17 00:00:00 2001 From: knirirr Date: Wed, 4 Feb 2026 10:13:42 +0000 Subject: [PATCH 3/7] Autogenerated documentation files --- documentation/html/ExternalRESTClients.html | 2 +- documentation/html/GraphQLClient.html | 2 +- documentation/html/RESTClient.html | 2 +- documentation/html/Static.html | 2 +- documentation/html/classes.list.html | 2 +- .../components_Curators_CuratorRecordsAwaitingApproval.vue.html | 2 +- ..._DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html | 2 +- ...ors_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html | 2 +- ...tors_DownLoadRecordsComponents_RecordsNeedingReview.vue.html | 2 +- ...rators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html | 2 +- documentation/html/components_Curators_HiddenRecords.vue.html | 2 +- .../html/components_Curators_IncompleteRecords.vue.html | 2 +- .../html/components_Curators_MaintenanceRequests.vue.html | 2 +- .../html/components_Curators_RecentCuratorCreation.vue.html | 2 +- documentation/html/components_Curators_SystemMessages.vue.html | 2 +- .../components_Curators_UserRecordsAwaitingApproval.vue.html | 2 +- .../html/components_Records_Record_Collections.vue.html | 2 +- ...components_Records_Record_GeneralInfo_SavedSearches.vue.html | 2 +- .../html/components_Records_Record_RelatedContent.vue.html | 2 +- .../html/components_Records_Search_Header_FilterChips.vue.html | 2 +- .../html/components_Records_Search_Header_Pagination.vue.html | 2 +- .../html/components_Records_Search_Header_Sorting.vue.html | 2 +- ...Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html | 2 +- ..._QueryBuilderComponents_GeneralComponents_Countries.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Domains.vue.html | 2 +- ...h_QueryBuilderComponents_GeneralComponents_Licences.vue.html | 2 +- ...ueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html | 2 +- ...ryBuilderComponents_GeneralComponents_Organisations.vue.html | 2 +- ...ch_QueryBuilderComponents_GeneralComponents_Subject.vue.html | 2 +- ...QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html | 2 +- ...yBuilderComponents_GeneralComponents_UserDefinedTag.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html | 2 +- ...ch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html | 2 +- ..._QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html | 2 +- ...rch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html | 2 +- ...h_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html | 2 +- ...ecords_Search_Input_AdvancedSearch_QueryBuilderView.vue.html | 2 +- .../components_Records_Search_Input_FilterAutocomplete.vue.html | 2 +- .../html/components_Records_Search_Input_FilterButton.vue.html | 2 +- .../html/components_Records_Search_Input_SearchInput.vue.html | 2 +- ...mponents_Records_Search_SaveSearch_SaveSearchButton.vue.html | 2 +- ...ponents_Records_Search_SaveSearch_SaveSearchStepper.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_OrganisationStepper.vue.html | 2 +- ...s_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html | 2 +- ...ords_Search_SaveSearch_StepperComponents_ResultCard.vue.html | 2 +- ...ch_SaveSearch_StepperComponents_StepperDialogHeader.vue.html | 2 +- ...rds_Search_SaveSearch_StepperComponents_UserStepper.vue.html | 2 +- ...nents_Users_Profiles_Private_ViewSavedSearchesTable.vue.html | 2 +- documentation/html/global.html | 2 +- documentation/html/index.html | 2 +- documentation/html/lib_Client_ExternalClients.js.html | 2 +- documentation/html/lib_Client_RESTClient.js.html | 2 +- documentation/html/lib_GraphClient_GraphClient.js.html | 2 +- documentation/html/module-Home.html | 2 +- documentation/html/module-Login.html | 2 +- documentation/html/module-NewRecord.html | 2 +- documentation/html/module-Pagination.html | 2 +- documentation/html/module-Signup.html | 2 +- documentation/html/module-User.html | 2 +- documentation/html/modules.list.html | 2 +- documentation/html/namespaces.list.html | 2 +- documentation/html/router_hackSearch.js.html | 2 +- documentation/html/store_introspector.js.html | 2 +- documentation/html/store_recordData.js.html | 2 +- documentation/html/store_recordSearch.js.html | 2 +- documentation/html/store_searchFilters.js.html | 2 +- documentation/html/utils_advancedSearchUtils.js.html | 2 +- documentation/html/utils_recordTabUtils.js.html | 2 +- documentation/html/utils_rules.js.html | 2 +- .../views_AdvancedSearch_AdvancedSearchResultTable.vue.html | 2 +- .../html/views_AdvancedSearch_AdvancedSearchSelection.vue.html | 2 +- documentation/html/views_CreateRecord_NewRecord.vue.html | 2 +- documentation/html/views_Home_Home.vue.html | 2 +- documentation/html/views_Organisations_Organisation.vue.html | 2 +- documentation/html/views_Records_Record.vue.html | 2 +- documentation/html/views_Records_Records.vue.html | 2 +- documentation/html/views_Static_Community_Community.vue.html | 2 +- documentation/html/views_Static_Timeline_Timeline.vue.html | 2 +- documentation/html/views_Users_Login_Login.vue.html | 2 +- documentation/html/views_Users_Signup.vue.html | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/documentation/html/ExternalRESTClients.html b/documentation/html/ExternalRESTClients.html index e422dae4db..137cdf2e99 100644 --- a/documentation/html/ExternalRESTClients.html +++ b/documentation/html/ExternalRESTClients.html @@ -414,7 +414,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/GraphQLClient.html b/documentation/html/GraphQLClient.html index 7af8d3f2c6..c0a94b758b 100644 --- a/documentation/html/GraphQLClient.html +++ b/documentation/html/GraphQLClient.html @@ -912,7 +912,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/RESTClient.html b/documentation/html/RESTClient.html index ae76383c2d..0545a56957 100644 --- a/documentation/html/RESTClient.html +++ b/documentation/html/RESTClient.html @@ -9053,7 +9053,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/Static.html b/documentation/html/Static.html index 0ec8a17587..93b206ff4d 100644 --- a/documentation/html/Static.html +++ b/documentation/html/Static.html @@ -391,7 +391,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/classes.list.html b/documentation/html/classes.list.html index 4539c15483..b926f30484 100644 --- a/documentation/html/classes.list.html +++ b/documentation/html/classes.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html index 13dbe0ef31..bd13c0d423 100644 --- a/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_CuratorRecordsAwaitingApproval.vue.html @@ -752,7 +752,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html index f7d9ad3c0e..d4382cf002 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_CuratorSummaryStatistics.vue.html @@ -209,7 +209,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html index a072090895..da541ddf62 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordEditsByMonth.vue.html @@ -211,7 +211,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html index c16add4c77..2e74325847 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsCreatedByMonth.vue.html @@ -213,7 +213,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html index afdf82cd87..e96d315296 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsNeedingReview.vue.html @@ -208,7 +208,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html index 7d522b211d..397ec6b504 100644 --- a/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html +++ b/documentation/html/components_Curators_DownLoadRecordsComponents_RecordsWithoutDois.vue.html @@ -215,7 +215,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_HiddenRecords.vue.html b/documentation/html/components_Curators_HiddenRecords.vue.html index c8461008ed..f0fb8926e3 100644 --- a/documentation/html/components_Curators_HiddenRecords.vue.html +++ b/documentation/html/components_Curators_HiddenRecords.vue.html @@ -294,7 +294,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_IncompleteRecords.vue.html b/documentation/html/components_Curators_IncompleteRecords.vue.html index d2ac9caf5b..9e25a9d832 100644 --- a/documentation/html/components_Curators_IncompleteRecords.vue.html +++ b/documentation/html/components_Curators_IncompleteRecords.vue.html @@ -392,7 +392,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_MaintenanceRequests.vue.html b/documentation/html/components_Curators_MaintenanceRequests.vue.html index 7951acc868..6fa2695fec 100644 --- a/documentation/html/components_Curators_MaintenanceRequests.vue.html +++ b/documentation/html/components_Curators_MaintenanceRequests.vue.html @@ -604,7 +604,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_RecentCuratorCreation.vue.html b/documentation/html/components_Curators_RecentCuratorCreation.vue.html index 043f633ac6..f28a0544b3 100644 --- a/documentation/html/components_Curators_RecentCuratorCreation.vue.html +++ b/documentation/html/components_Curators_RecentCuratorCreation.vue.html @@ -287,7 +287,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_SystemMessages.vue.html b/documentation/html/components_Curators_SystemMessages.vue.html index 17c49dcca9..79b6dddf5e 100644 --- a/documentation/html/components_Curators_SystemMessages.vue.html +++ b/documentation/html/components_Curators_SystemMessages.vue.html @@ -479,7 +479,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html index 26697dec73..9ac09adc6b 100644 --- a/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html +++ b/documentation/html/components_Curators_UserRecordsAwaitingApproval.vue.html @@ -752,7 +752,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_Collections.vue.html b/documentation/html/components_Records_Record_Collections.vue.html index 717877587d..9cf5cf9f7b 100644 --- a/documentation/html/components_Records_Record_Collections.vue.html +++ b/documentation/html/components_Records_Record_Collections.vue.html @@ -407,7 +407,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html index 284c4901b3..3ae9f4bf63 100644 --- a/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html +++ b/documentation/html/components_Records_Record_GeneralInfo_SavedSearches.vue.html @@ -315,7 +315,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Record_RelatedContent.vue.html b/documentation/html/components_Records_Record_RelatedContent.vue.html index 32d5183e75..60fe3f69a5 100644 --- a/documentation/html/components_Records_Record_RelatedContent.vue.html +++ b/documentation/html/components_Records_Record_RelatedContent.vue.html @@ -381,7 +381,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_FilterChips.vue.html b/documentation/html/components_Records_Search_Header_FilterChips.vue.html index a61f3afadb..983ba51919 100644 --- a/documentation/html/components_Records_Search_Header_FilterChips.vue.html +++ b/documentation/html/components_Records_Search_Header_FilterChips.vue.html @@ -253,7 +253,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Pagination.vue.html b/documentation/html/components_Records_Search_Header_Pagination.vue.html index 13f1fe9580..c7db51607d 100644 --- a/documentation/html/components_Records_Search_Header_Pagination.vue.html +++ b/documentation/html/components_Records_Search_Header_Pagination.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Header_Sorting.vue.html b/documentation/html/components_Records_Search_Header_Sorting.vue.html index 277409b5dc..45806c9c7b 100644 --- a/documentation/html/components_Records_Search_Header_Sorting.vue.html +++ b/documentation/html/components_Records_Search_Header_Sorting.vue.html @@ -215,7 +215,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html index 7c04c36a85..21a4020def 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_AdvancedSearchDialogBox.vue.html @@ -485,7 +485,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html index 3a1ed0541e..3f371e9388 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Countries.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html index 6128da98a1..e831f27f60 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Domains.vue.html @@ -223,7 +223,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html index 21382874f3..37bc714a3b 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Licences.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html index 97509407f5..b4e10cdd3d 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_ObjectTypes.vue.html @@ -233,7 +233,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html index 8aa0f225a7..9569bf17bf 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html index dbb783b3f6..e1cb92f407 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Subject.vue.html @@ -225,7 +225,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html index cb5b38973a..6bd5ae2454 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Taxonomies.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html index 870d5078a0..02232e1994 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_UserDefinedTag.vue.html @@ -226,7 +226,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html index 644b7b7be4..72b2463acf 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_DatabaseRule.vue.html @@ -319,7 +319,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html index 7dec5ffd07..fbf129caca 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GeneralRule.vue.html @@ -279,7 +279,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html index f40e440888..4d15a3f9ed 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_GroupCtrlSlot.vue.html @@ -187,7 +187,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html index b830e5ca3d..3dd3e50995 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_PolicyRule.vue.html @@ -330,7 +330,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html index 44c06226d5..80faa94aff 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GroupCtrlSlot_StandardRule.vue.html @@ -237,7 +237,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html index 3e2a8b7c2d..cf09b8c87b 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderView.vue.html @@ -654,7 +654,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html index e63e1a5a42..70a0d3d626 100644 --- a/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterAutocomplete.vue.html @@ -315,7 +315,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_FilterButton.vue.html b/documentation/html/components_Records_Search_Input_FilterButton.vue.html index 041fb6b34b..e400dcb884 100644 --- a/documentation/html/components_Records_Search_Input_FilterButton.vue.html +++ b/documentation/html/components_Records_Search_Input_FilterButton.vue.html @@ -279,7 +279,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_Input_SearchInput.vue.html b/documentation/html/components_Records_Search_Input_SearchInput.vue.html index 923f72c20e..3ecbc1ff53 100644 --- a/documentation/html/components_Records_Search_Input_SearchInput.vue.html +++ b/documentation/html/components_Records_Search_Input_SearchInput.vue.html @@ -285,7 +285,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html index f685482aab..632d78c996 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchButton.vue.html @@ -182,7 +182,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html index 161ba54acf..c2819680ff 100644 --- a/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_SaveSearchStepper.vue.html @@ -469,7 +469,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html index 0eb2bfdfea..8a8b956a0d 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_OrganisationStepper.vue.html @@ -278,7 +278,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html index 51a1e68f3c..41a9434e55 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_PolicyStepper.vue.html @@ -279,7 +279,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html index 7e7bbeb995..5000aa18af 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_ResultCard.vue.html @@ -259,7 +259,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html index f12e7c80a5..170eb36f87 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_StepperDialogHeader.vue.html @@ -189,7 +189,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html index ec3eeebe8f..1ecad72e01 100644 --- a/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html +++ b/documentation/html/components_Records_Search_SaveSearch_StepperComponents_UserStepper.vue.html @@ -230,7 +230,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html index a80525e6fd..c241583755 100644 --- a/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html +++ b/documentation/html/components_Users_Profiles_Private_ViewSavedSearchesTable.vue.html @@ -507,7 +507,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/global.html b/documentation/html/global.html index 64ea52065c..2b163f3b69 100644 --- a/documentation/html/global.html +++ b/documentation/html/global.html @@ -2859,7 +2859,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/index.html b/documentation/html/index.html index d8e7d6e010..bd82a911cb 100644 --- a/documentation/html/index.html +++ b/documentation/html/index.html @@ -175,7 +175,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_ExternalClients.js.html b/documentation/html/lib_Client_ExternalClients.js.html index 097a9d0617..0503d875eb 100644 --- a/documentation/html/lib_Client_ExternalClients.js.html +++ b/documentation/html/lib_Client_ExternalClients.js.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/lib_Client_RESTClient.js.html b/documentation/html/lib_Client_RESTClient.js.html index 92ca99ff90..ad95a44ef2 100644 --- a/documentation/html/lib_Client_RESTClient.js.html +++ b/documentation/html/lib_Client_RESTClient.js.html @@ -1230,7 +1230,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/lib_GraphClient_GraphClient.js.html b/documentation/html/lib_GraphClient_GraphClient.js.html index 7995d6d450..e64b09761a 100644 --- a/documentation/html/lib_GraphClient_GraphClient.js.html +++ b/documentation/html/lib_GraphClient_GraphClient.js.html @@ -286,7 +286,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/module-Home.html b/documentation/html/module-Home.html index 3e496c5da2..94bfdb76ff 100644 --- a/documentation/html/module-Home.html +++ b/documentation/html/module-Home.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/module-Login.html b/documentation/html/module-Login.html index 54a5fd5f58..7c33e1ad5f 100644 --- a/documentation/html/module-Login.html +++ b/documentation/html/module-Login.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/module-NewRecord.html b/documentation/html/module-NewRecord.html index 54e812a9c4..e8358fa37d 100644 --- a/documentation/html/module-NewRecord.html +++ b/documentation/html/module-NewRecord.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/module-Pagination.html b/documentation/html/module-Pagination.html index 10a4447c21..33c2521697 100644 --- a/documentation/html/module-Pagination.html +++ b/documentation/html/module-Pagination.html @@ -527,7 +527,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/module-Signup.html b/documentation/html/module-Signup.html index 586666d235..0ddcfae55c 100644 --- a/documentation/html/module-Signup.html +++ b/documentation/html/module-Signup.html @@ -220,7 +220,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/module-User.html b/documentation/html/module-User.html index f406d28b8a..a96d50f24a 100644 --- a/documentation/html/module-User.html +++ b/documentation/html/module-User.html @@ -228,7 +228,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/modules.list.html b/documentation/html/modules.list.html index 2d740c95f3..8f018531a2 100644 --- a/documentation/html/modules.list.html +++ b/documentation/html/modules.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/namespaces.list.html b/documentation/html/namespaces.list.html index 659b9884e8..b5c9214d1a 100644 --- a/documentation/html/namespaces.list.html +++ b/documentation/html/namespaces.list.html @@ -2879,7 +2879,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/router_hackSearch.js.html b/documentation/html/router_hackSearch.js.html index 9f55465d81..4d0abc0e54 100644 --- a/documentation/html/router_hackSearch.js.html +++ b/documentation/html/router_hackSearch.js.html @@ -213,7 +213,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/store_introspector.js.html b/documentation/html/store_introspector.js.html index c2a0a494e1..ecac2ae61e 100644 --- a/documentation/html/store_introspector.js.html +++ b/documentation/html/store_introspector.js.html @@ -294,7 +294,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/store_recordData.js.html b/documentation/html/store_recordData.js.html index faa90bbfeb..3c4b00cc29 100644 --- a/documentation/html/store_recordData.js.html +++ b/documentation/html/store_recordData.js.html @@ -771,7 +771,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/store_recordSearch.js.html b/documentation/html/store_recordSearch.js.html index 47ef2a756d..67b4475e46 100644 --- a/documentation/html/store_recordSearch.js.html +++ b/documentation/html/store_recordSearch.js.html @@ -352,7 +352,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/store_searchFilters.js.html b/documentation/html/store_searchFilters.js.html index a9a1629c3e..7472c72e9a 100644 --- a/documentation/html/store_searchFilters.js.html +++ b/documentation/html/store_searchFilters.js.html @@ -295,7 +295,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/utils_advancedSearchUtils.js.html b/documentation/html/utils_advancedSearchUtils.js.html index ef2445a2d5..16e9a5eeff 100644 --- a/documentation/html/utils_advancedSearchUtils.js.html +++ b/documentation/html/utils_advancedSearchUtils.js.html @@ -196,7 +196,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/utils_recordTabUtils.js.html b/documentation/html/utils_recordTabUtils.js.html index 64e61332fc..1f44e86ffe 100644 --- a/documentation/html/utils_recordTabUtils.js.html +++ b/documentation/html/utils_recordTabUtils.js.html @@ -257,7 +257,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/utils_rules.js.html b/documentation/html/utils_rules.js.html index 2fcbddff72..aa8f3e240d 100644 --- a/documentation/html/utils_rules.js.html +++ b/documentation/html/utils_rules.js.html @@ -273,7 +273,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html index 90276cc1a8..7e84646559 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchResultTable.vue.html @@ -467,7 +467,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html index 8fcb668148..03f9f39828 100644 --- a/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html +++ b/documentation/html/views_AdvancedSearch_AdvancedSearchSelection.vue.html @@ -376,7 +376,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_CreateRecord_NewRecord.vue.html b/documentation/html/views_CreateRecord_NewRecord.vue.html index d687198c64..511555f2e7 100644 --- a/documentation/html/views_CreateRecord_NewRecord.vue.html +++ b/documentation/html/views_CreateRecord_NewRecord.vue.html @@ -416,7 +416,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Home_Home.vue.html b/documentation/html/views_Home_Home.vue.html index 139dcece97..b1bb1e3cae 100644 --- a/documentation/html/views_Home_Home.vue.html +++ b/documentation/html/views_Home_Home.vue.html @@ -196,7 +196,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Organisations_Organisation.vue.html b/documentation/html/views_Organisations_Organisation.vue.html index 4a35048d5d..2af6cab687 100644 --- a/documentation/html/views_Organisations_Organisation.vue.html +++ b/documentation/html/views_Organisations_Organisation.vue.html @@ -957,7 +957,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Record.vue.html b/documentation/html/views_Records_Record.vue.html index 77710011dc..04f4928ccf 100644 --- a/documentation/html/views_Records_Record.vue.html +++ b/documentation/html/views_Records_Record.vue.html @@ -1354,7 +1354,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Records_Records.vue.html b/documentation/html/views_Records_Records.vue.html index d7630e1c7c..f9d74a2258 100644 --- a/documentation/html/views_Records_Records.vue.html +++ b/documentation/html/views_Records_Records.vue.html @@ -468,7 +468,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Community_Community.vue.html b/documentation/html/views_Static_Community_Community.vue.html index dc9bc42e00..a933c6d43f 100644 --- a/documentation/html/views_Static_Community_Community.vue.html +++ b/documentation/html/views_Static_Community_Community.vue.html @@ -943,7 +943,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Static_Timeline_Timeline.vue.html b/documentation/html/views_Static_Timeline_Timeline.vue.html index c28e065f13..e9e13a70a8 100644 --- a/documentation/html/views_Static_Timeline_Timeline.vue.html +++ b/documentation/html/views_Static_Timeline_Timeline.vue.html @@ -154,7 +154,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Login_Login.vue.html b/documentation/html/views_Users_Login_Login.vue.html index 9cfc406785..9be1d93a39 100644 --- a/documentation/html/views_Users_Login_Login.vue.html +++ b/documentation/html/views_Users_Login_Login.vue.html @@ -432,7 +432,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. diff --git a/documentation/html/views_Users_Signup.vue.html b/documentation/html/views_Users_Signup.vue.html index f9666b3c6e..a43a9eb5f0 100644 --- a/documentation/html/views_Users_Signup.vue.html +++ b/documentation/html/views_Users_Signup.vue.html @@ -150,7 +150,7 @@ Documentation generated by JSDoc 4.0.5 - on Tue Feb 3rd 2026 + on Wed Feb 4th 2026 using the DocStrap template. From aaf653aba06c7f69ccc352bd11f5c8685034b402 Mon Sep 17 00:00:00 2001 From: Milo Thurston Date: Wed, 4 Feb 2026 10:54:20 +0000 Subject: [PATCH 4/7] Fix broken organisation selection in search configuration. #2711. --- .../GeneralComponents/Organisations.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Records/Search/Input/AdvancedSearch/QueryBuilderComponents/GeneralComponents/Organisations.vue b/src/components/Records/Search/Input/AdvancedSearch/QueryBuilderComponents/GeneralComponents/Organisations.vue index bd1154ef55..f5ab021615 100644 --- a/src/components/Records/Search/Input/AdvancedSearch/QueryBuilderComponents/GeneralComponents/Organisations.vue +++ b/src/components/Records/Search/Input/AdvancedSearch/QueryBuilderComponents/GeneralComponents/Organisations.vue @@ -4,7 +4,7 @@ Date: Wed, 4 Feb 2026 10:56:11 +0000 Subject: [PATCH 5/7] Autogenerated documentation files --- ...ilderComponents_GeneralComponents_Organisations.vue.html | 6 ++++-- documentation/html/quicksearch.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html index 9569bf17bf..aeafd7334f 100644 --- a/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html +++ b/documentation/html/components_Records_Search_Input_AdvancedSearch_QueryBuilderComponents_GeneralComponents_Organisations.vue.html @@ -97,7 +97,7 @@

Source: components/Records/Search/Input/AdvancedSearch/Qu <AutoCompleteComponent v-model="model" :item-value="itemValue" - :item-list="getSearchOrganisations" + :item-list="orgNames" :loading="getLoadingStatus" @input="selectedValue" @fetchData="getResults" @@ -129,7 +129,6 @@

Source: components/Records/Search/Input/AdvancedSearch/Qu "Organisations related to this record. Multiple selections will be joined with OR. Start typing to see Organisations.", }; }, - computed: { ...mapGetters("organisationSearch", ["getSearchOrganisations", "getLoadingStatus"]), ...mapGetters("advancedSearch", ["getEditDialogStatus"]), @@ -142,6 +141,9 @@

Source: components/Records/Search/Input/AdvancedSearch/Qu this.$emit("input", value); }, }, + orgNames() { + return this.getSearchOrganisations.map(function(org) { return org.name; }); + } }, watch: { itemSelected(newValue) { diff --git a/documentation/html/quicksearch.html b/documentation/html/quicksearch.html index 13cfb4a534..54cc9f4923 100644 --- a/documentation/html/quicksearch.html +++ b/documentation/html/quicksearch.html @@ -7,7 +7,7 @@