Back to Whoosh

I couldn’t get elasticsearch work for me so decided to revert back to Whoosh.
removed the container and recreated with env file changes:
COMPOSE_PROFILES=multi_container,postgresql,rabbitmq,redis
MAYAN_SEARCH_BACKEND=‘mayan.apps.dynamic_search.backends.whoosh.WhooshSearchBackend’
MAYAN_SEARCH_BACKEND_ARGUMENTS=‘{}’
Now my mayan settings back to whoosh.
And using two worker_d’s.
After starting the new container used the followings:
docker compose run --rm app run_command “search_initialize”
docker compose run --rm app run_command “search_reindex”
However, now the 'search_status" shows 925 documents (I got ~4000) and pages 634 (I got ~60000). And these numbers dont change anymore. Looks like it quit indexing. I have made these changes two days ago.
Now it seems search doesnt work anymore. I cannot find the documents “No search results”.
What I am doing wrong?
I appreciate any help.