From Allan 7/7/16
running update.php is required. the update will remove existing search api indexes, and Drupal will recreate them. There will be message about disabling views because search index are gone, but that's expected.
After update.php is completed, admin will need to manually trigger content indexing under
admin/config/search/search_api/index/epe_cm_search_index
admin/config/search/search_api/index/image_resource_index
admin/config/search/search_api/index/epe_dev_search_index
admin/config/search/search_api/index/document_resource_index
admin/config/search/search_api/index/multimedia_resource_index
admin/config/search/search_api/index/llb_resource_index
The Favorites button needs to be styled. It could start out like the other bluish buttons with a star icon and the text "Favorite". Then, when it's favorited, the star can change to gold, with no text, but hovering over it would say "Remove from Favorites list"
When items are favorited, they do not immediately appear in the Resource Browser. In fact, the only way I could get them to appear was to reindex the resource type (even though I already reindexed everything after upgrading). Is this a bug?
From Allan 7/7/16 running update.php is required. the update will remove existing search api indexes, and Drupal will recreate them. There will be message about disabling views because search index are gone, but that's expected.
After update.php is completed, admin will need to manually trigger content indexing under admin/config/search/search_api/index/epe_cm_search_index admin/config/search/search_api/index/image_resource_index admin/config/search/search_api/index/epe_dev_search_index admin/config/search/search_api/index/document_resource_index admin/config/search/search_api/index/multimedia_resource_index admin/config/search/search_api/index/llb_resource_index
https://github.com/ooiepe/epe_modules/pull/106 https://github.com/ooiepe/epe_theme/pull/27