-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recommendation for installing ezplatformsearch & richtext-datatype-bundle #143
Conversation
…xt-datatype-bundle
INSTALL.md
Outdated
@@ -108,6 +108,17 @@ _Tip:_ | |||
composer require --update-no-dev "ezsystems/legacy-bridge:^2.0" | |||
``` | |||
|
|||
### Recommended: Add addtional Legacy <=> eZ Platform integrations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addtional
=> additional
INSTALL.md
Outdated
|
||
**[netgen/ezplatformsearch](https://github.com/netgen/ezplatformsearch)** | ||
|
||
When using either Solr or _(future)_ Elastic search bundle in eZ Platform, this eZ Publish extenion takes care of integrating with eZ Platform Search API, and among other things makes sure updates in legacy triggers search indexing updates, and all out of the box search featurs in eZ Publihs uses the same search index. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extenion
=> extension
triggers
=> trigger
Also, how about This also makes sure eZ Platform and eZ Publish Legacy use the same search index.
?
INSTALL.md
Outdated
|
||
**[netgen/richtext-datatype-bundle](https://github.com/netgen/NetgenRichTextDataTypeBundle)** | ||
|
||
If you plan to migrate some or all of your content types to eZ Platform RichText format, install this bundle which extends legacy so you can edit content also with richtext field types using raw XML editing text box. Good for cases where content migration, and also backend migration needs to happen gradually over time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about: If you plan to migrate some or all of your content types to eZ Platform RichText format, install this bundle to make it possible to edit content with RichText field types using raw XML editing text box in eZ Publish Legacy. Good for cases...
@emodric fixed++ :) |
First for in here is not needed. Other than that, 👍 |
@emodric fixed |
Merge away! |
No description provided.