Move Canvas datasource expression functions into their own plugin #103525
Labels
Feature:Canvas
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
technical debt
Improvement of the software architecture and operational architecture
In #99549, we've made the esdocs, essql, and escount expression functions for Canvas dependent on Canvas's searchService. The downside with this is that we can't use these functions outside of Canvas since that searchService is setup through the Canvas plugin lifecycle.
We should move these functions to their own plugin that can handle their own setup and use the data.search service.
The text was updated successfully, but these errors were encountered: