Course catalog does not show all organizations

Hi Régis! I don’t know if this is an Indigo theme for Open edX, Tutor, or Open edX problem.

System: tutor, version 10.0.10
Problem: The Explore courses page on our site https://edx.ektu.kz/courses does not show all categories, and the search box does not return all results. The org list shows a maximum of 10 values.

  1. We have an organization called CET (https://edx.ektu.kz/courses/course-v1:CET+EDX_01+2020_SU/about). This category does not show in the list.

  2. We have a course in the LNG category that we cannot find. Searching for the course by name (Базовый иностранный язык (немецкий)) does not show it in the list. There are probably others, but here is the course in question: https://edx.ektu.kz/courses/course-v1:LNG+BFLG_01+2020_FA/about

    1. All courses should have the same universal settings, except these values that we changed. The others should be defaults.
    2. Course Display Name: “Unique course name”
    3. Course Visibility In Catalog: “about”
    4. Invitation Only: “true”
    5. Advanced Module List: (our list of xblocks)

Ideas? Or do we need to enable the ENABLE_COURSEWARE_SEARCH for the front-end to work correctly?

Here is the list of our running containers:

user@edx:~$ docker ps -a
CONTAINER ID        IMAGE                               COMMAND                  CREATED             STATUS                   PORTS                                                 NAMES
bc5c1411aebf        overhangio/openedx:10.0.10          "docker-entrypoint.s…"   13 days ago         Up 13 days               8000/tcp                                              tutor_local_cms-worker_1
10d7f491c860        nginx:1.13                          "nginx -g 'daemon of…"   13 days ago         Up 13 days               0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp              tutor_local_nginx_1
ed2434986804        overhangio/openedx:10.0.10          "docker-entrypoint.s…"   13 days ago         Up 13 days               8000/tcp                                              tutor_local_lms-worker_1
faee9bda6664        overhangio/openedx:10.0.10          "docker-entrypoint.s…"   13 days ago         Up 13 days               8000/tcp                                              tutor_local_cms_1
2b3dee62387a        overhangio/openedx:10.0.10          "docker-entrypoint.s…"   13 days ago         Up 13 days               8000/tcp                                              tutor_local_lms_1
b0a1ed7319e5        overhangio/openedx-forum:10.0.10    "docker-entrypoint.s…"   13 days ago         Up 13 days               4567/tcp                                              tutor_local_forum_1
ae6707e00ca5        overhangio/openedx:10.0.10          "docker-entrypoint.s…"   13 days ago         Exited (0) 13 days ago                                                         tutor_local_openedx-assets_1
ad25a34a07a2        mysql:5.6.36                        "docker-entrypoint.s…"   13 days ago         Up 13 days               3306/tcp                                              tutor_local_mysql_1
9f3fd224e5fc        memcached:1.4.38                    "docker-entrypoint.s…"   13 days ago         Up 13 days               11211/tcp                                             tutor_local_memcached_1
d3164b835fef        namshi/smtp:latest                  "/bin/entrypoint.sh …"   13 days ago         Up 13 days               25/tcp                                                tutor_local_smtp_1
39bfb5b7d819        mongo:3.6.18                        "docker-entrypoint.s…"   13 days ago         Up 13 days               27017/tcp                                             tutor_local_mongodb_1
96871fb15818        rabbitmq:3.6.10-management-alpine   "docker-entrypoint.s…"   13 days ago         Up 13 days               4369/tcp, 5671-5672/tcp, 15671-15672/tcp, 25672/tcp   tutor_local_rabbitmq_1
befb9c87daaf        elasticsearch:1.5.2                 "/docker-entrypoint.…"   13 days ago         Up 13 days               9200/tcp, 9300/tcp                                    tutor_local_elasticsearch_1
user@edx:~$

Many thanks!