Hi all
We've figured out on https://demo.moodle.net, that the "Simple search", using a query "course", will list all courses containing this word, e.g.:
- My first course
- My second course
- My second course2
On our Moodle platforms we're using the "Solr" and here it works only when the query will be "course*". How can we get rid of this wildcard character, and let Solr understand that we always want to have all search results with "course".
This
is mandatory as Moodle >=3.8 will use the global search, if it's configured (see https://github.com/moodle/moodle/commit/36667548b5c6e8f8b1b401ad7cbc2076fe328cb0), in the /course/search.php
input field.
And now when a user searches courses as before, he must be very specific to search the courses.
Thanks for your help,
Adrian