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
I am the Moodle 4.4 administrator at a higher education institution, and I use your plugin block_quickcourselist to help users search for courses.
However, I have encountered two issues:
Searching for a course without accented characters, such as "economie," does not return courses that contain the word "économie" with an accent. After checking, the database is configured with the utf8mb4_general_ci collation, and all the tables are correctly set up with this collation.
I noticed that courses hidden by teachers do not appear in their search results when using the plugin, while, as an admin, I can see these hidden courses in my search results. Is this expected behavior? Is there a way to make hidden courses searchable for the teachers who own them?
Could these issues be related to how the plugin handles search queries or user permissions? Is there an option or configuration to address these behaviors?
Thank you in advance for your help, and I appreciate your work on this useful plugin.
Best regards,
Gabriel
The text was updated successfully, but these errors were encountered:
@luukverhoeven I think this needs to be resolved in the code right?
Have you checked of Teacher have the capability to see hidden courses? (moodle/course:viewhiddencourses) By default they should but if this has been changed this could be the reason. Or else it will need a code change.
If you are ok for funding the 1 hour development work , please let me know -then we will address this issue from our point of view for M4.5 and M4.4 ór you make the change yourself in the code and we would be greatfully accept the push.
As Luuk points out we check on specified moodle/course:viewhiddencourses capability, please check of the teacher have this capability.
Hello,
I am the Moodle 4.4 administrator at a higher education institution, and I use your plugin block_quickcourselist to help users search for courses.
However, I have encountered two issues:
Searching for a course without accented characters, such as "economie," does not return courses that contain the word "économie" with an accent. After checking, the database is configured with the
utf8mb4_general_ci
collation, and all the tables are correctly set up with this collation.I noticed that courses hidden by teachers do not appear in their search results when using the plugin, while, as an admin, I can see these hidden courses in my search results. Is this expected behavior? Is there a way to make hidden courses searchable for the teachers who own them?
Could these issues be related to how the plugin handles search queries or user permissions? Is there an option or configuration to address these behaviors?
Thank you in advance for your help, and I appreciate your work on this useful plugin.
Best regards,
Gabriel
The text was updated successfully, but these errors were encountered: