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
$string['implicitwildcard_help'] = 'When enabled Moodle will add implicit wildcards to search terms. This can improve behaviour of searches.
58
-
For example: searching for "math" will become "*math*" prior to be sent to the search engine. This means the search will now match "math", "maths" and "mathematics".';
56
+
$string['wildcardstart'] = 'Wildcard at the start';
57
+
$string['wildcardstart_help'] = 'When enabled Moodle will add implicit wildcards at the start of search terms. This can improve behaviour of searches.
58
+
For example: searching for "scrip" will become "*scrip" prior to be sent to the search engine. This means the search will now match "script" and "description".';
59
+
$string['wildcardend'] = 'Wildcard at the end';
60
+
$string['wildcardend_help'] = 'When enabled Moodle will add implicit wildcards at the end of search terms. This can improve behaviour of searches.
61
+
For example: searching for "math" will become "math*" prior to be sent to the search engine. This means the search will now match "math", "maths" and "mathematics".';
59
62
$string['indexfail'] = 'Failed to create index';
60
63
$string['maxlabels'] = 'Maxiumum Labels';
61
64
$string['maxlabels_help'] = 'The maximum number of result labels returned by Rekognition.';
0 commit comments