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
Describe the bug
In my project we use Elastic App Search, of which I maintain the frontend code and keep the libraries up to date. As of recent, I have noticed the deprecation warnings for the app search connector when installing and in the documentation, with it being unclear when support is dropped. The documentation refers to the Elasticsearch connector instead, recommending migration to it. However, the documentation of the Elasticsearch connector says it is still in technical preview, and is not ready for production use.
i.e. both connectors are actively discouraged from being used?
Please have at least one viable connector in active production support.
Expected behavior
At least one viable connector in production support. And a proper migration manual when a commonly used library for paid functionality is being deprecated.
Screenshots
If applicable, add screenshots to help explain your problem.
Which backends and packages are you using:
Backend: [App Search]
Packages: [react-search-ui, search-ui-app-search-connector]
The text was updated successfully, but these errors were encountered:
We are starting to move towards 9.0 which includes the deprecation of App search (you can read more about this in our latest blog post) and this will include deprecating the App search connector from search-ui. We are encouraging developers to move to the Elasticsearch connector.
Currently the Elasticsearch connector is still in technical preview but we will soon be making it GA. Whilst the advice is not to use it for production use-cases, we have seen customers successfully move to this connector.
I suggest start by taking a look at the Elasticsearch connector and start planning the transition to this. Majority of the transition is with the data. The shift between app search connector to elasticsearch connector is relatively small in comparison.
Unfortunately I cant provide any timelines for when we will GA but will keep you posted here :)
Describe the bug
In my project we use Elastic App Search, of which I maintain the frontend code and keep the libraries up to date. As of recent, I have noticed the deprecation warnings for the app search connector when installing and in the documentation, with it being unclear when support is dropped. The documentation refers to the Elasticsearch connector instead, recommending migration to it. However, the documentation of the Elasticsearch connector says it is still in technical preview, and is not ready for production use.
i.e. both connectors are actively discouraged from being used?
Please have at least one viable connector in active production support.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
At least one viable connector in production support. And a proper migration manual when a commonly used library for paid functionality is being deprecated.
Screenshots
If applicable, add screenshots to help explain your problem.
Which backends and packages are you using:
Backend: [App Search]
Packages: [react-search-ui, search-ui-app-search-connector]
The text was updated successfully, but these errors were encountered: