search: add manager kind to bleve (#103305)

This commit is contained in:
Will Assis
2025-04-03 10:02:02 +03:00
committed by GitHub
parent 5dad2b6c0f
commit db1f1c5df9
4 changed files with 27 additions and 2 deletions
+5
View File
@@ -393,6 +393,11 @@ func StandardSearchFields() SearchableDocumentFields {
Type: ResourceTableColumnDefinition_INT64,
Description: "Deprecated legacy id of the resource",
},
{
Name: SEARCH_FIELD_MANAGER_KIND,
Type: ResourceTableColumnDefinition_STRING,
Description: "Type of manager, which is responsible for managing the resource",
},
})
if err != nil {
panic("failed to initialize standard search fields")