Skip to content

Commit 587bccb

Browse files
committed
update_to_5.0.md: About search engines
1 parent 1a4d83f commit 587bccb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ You can track the renaming in the `ibexa-4.6.latest-to-5.0.0.sql` files or below
368368

369369
TODO: Compatibility "views" layers? Even if there is this layer to save time, it is recommended to update your code to use the new tables.
370370

371-
#### Generate GraphQL schema
371+
### Generate GraphQL schema
372372

373373
4.6's Back Office uses GraphQL while 5.0's one doesn't.
374374
But, optionally, if you are using GraphQL in your project, generate its schema:
@@ -501,6 +501,16 @@ The output as an `alias` column with new identifiers and a `legacy_alias` column
501501
- Update in migration files
502502
- TODO: Update in DB?
503503

504+
### Update search indexes
505+
506+
TODO: Earlier?
507+
508+
TODO: For Solr and Elasticsearch, it seems that the schema/config/template haven't change. A re-index should be enough
509+
510+
```
511+
php bin/console ibexa:reindex
512+
```
513+
504514
#### Update Back Office extensions
505515

506516
TODO: Update JS, templates, CSS…

0 commit comments

Comments
 (0)