I want to customize the message displayed in showFoundMessage function

Hi, I want to change the showFoundMessage function or create a new one that displays the number of results found and the term searched on the same line (e.g.: Viewing 10 results for “ai”), but after I made some changes in the function, such as modifying the displayed message a bit, it won’t applied under local mode.

Even after I commented out the all the code related to showFoundMessage in search_form.js and discovery_factory.js, nothing has changed, the message is showing as usual.

So far I have tried:

  • push to github and rebuild the image
  • clear cache
  • hard refresh
  • tutor local exec lms ./manage.py lms migrate

Any help would be appreciated, thank you