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
When you rename the fullname of an existing course with course-config-set the new course name is never reindexed in the globalsearch when the solr engine is enabled. The same happens with other fields like shortname and maybe others.
Expected behaviour
When the scheduled task \core\task\search_index_task runs the new content should be indexed.
Steps to reproduce
In a site with solr as global search engine enabled.
Rename the fullname of one of your courses.
Run the \core\task\search_index_task
Make a search using the course shortname of the renamed course
The text was updated successfully, but these errors were encountered:
Maybe a course-config-set should update the timemodified and cacherev columns in mdl_course in order that \core\task\search_index_task reindex the course in the global search engine.
Actual behaviour
When you rename the fullname of an existing course with course-config-set the new course name is never reindexed in the globalsearch when the solr engine is enabled. The same happens with other fields like shortname and maybe others.
Expected behaviour
When the scheduled task \core\task\search_index_task runs the new content should be indexed.
Steps to reproduce
In a site with solr as global search engine enabled.
Rename the fullname of one of your courses.
Run the \core\task\search_index_task
Make a search using the course shortname of the renamed course
The text was updated successfully, but these errors were encountered: