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
Is your enhancement related to a problem? Please describe.
As of 4.5.0 we will have two features that interact with ElasticPress.io search APIs:
Instant Results
WooCommerce Orders Autosuggest.
Currently each feature has its own code for:
Generating a query template.
Creating or deleting the template on EP.io.
Defining facets and their aggregations.
Defining supported arguments.
Much of this could be abstracted into a single class that could accept some configuration details and take care of the code that is currently repeated between each feature. This would make it easier to implement future APIs.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
As of 4.5.0 we will have two features that interact with ElasticPress.io search APIs:
Currently each feature has its own code for:
Much of this could be abstracted into a single class that could accept some configuration details and take care of the code that is currently repeated between each feature. This would make it easier to implement future APIs.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: