[Feature Anywhere] [Enhancement] Implement custom find()
/findAll()
for saved object loader
#3566
Labels
find()
/findAll()
for saved object loader
#3566
The new
SavedObjectLoaderAugmentVis
loader inheritsfind()
/findAll()
fns fromSavedObjectLoader
. These fns by default only allow searching ontitle
anddescription
fields. For this new loader, the use case is expanded to searching for objects that match a particular vis ID, or plugin resource ID.Current behavior is just collecting all saved objects and doing post-filtering. Ideally,
find()
/findAll()
are modified to support searching over these new fields so the filtering is done by OpenSearch for us. This can be changed in the baseSavedObjectLoader,
or overridden inSavedObjectLoaderAugmentVis
class. Will need further investigation to decide.The text was updated successfully, but these errors were encountered: