You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SearchRequestContext and TimeProvider both has Phase Took Map, and they are basically recording the same thing. We can investigate if we can improve these logic to make them simpler. Also, we should seek ways to make the workflow to add a SearchOperationsListener easier so that plugins outside of core can also utilize it to create their own listeners.
Describe the bug
SearchRequestContext and TimeProvider both has Phase Took Map, and they are basically recording the same thing. We can investigate if we can improve these logic to make them simpler. Also, we should seek ways to make the workflow to add a
SearchOperationsListener
easier so that plugins outside of core can also utilize it to create their own listeners.Related component
Search:Query Insights
To Reproduce
Check the logic in
They are updated with the same data.
Expected behavior
Remove this duplication by refactoring the code to improve the maintainability and simplicity of the core search path.
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: