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
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
As soon as we support multiple search engines, e.g. algolia, we will move elasticsearch to search_elasticsearch.
search_core will never be available through TER, only concrete extensions like search_algolia or search_elasticsearch.
Those just require search_core as a library / TYPO3 extension via composer. If the extension is not installed via composer, the dependencies should be bundles while releasing to TER. While we have to check the current state at the moment we want to make the shift. The reason to check again, is:
Makes sense to me, i guess the commitment of other people would also be higher, since they only need to update the core functionality and not some other search engines, which they propably don't use :)
I think that's a very good idea. Thus, the chore functionality can be developed independently of the respective search engines.
To the point with the ter and the .phar file. My personal opinion is that someone who deals with elasticsearch or algolia probably has the necessary knowledge to set up a typo3 project via composer. That's why I would not put much energy into publish search_elasticsearch or search_algolia in ter, instead these extensions composer only and can be installed via packagist . Sooner or later, the ter should be replaced anyway by packagist (which I think I have at least heard).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As soon as we support multiple search engines, e.g. algolia, we will move elasticsearch to search_elasticsearch.
search_core will never be available through TER, only concrete extensions like search_algolia or search_elasticsearch.
Those just require search_core as a library / TYPO3 extension via composer. If the extension is not installed via composer, the dependencies should be bundles while releasing to TER. While we have to check the current state at the moment we want to make the shift. The reason to check again, is:
The text was updated successfully, but these errors were encountered: