I just finished following the docker guide for setting up a mirror server, and everything is working except for search. When using indexed search through the API or web interface, it returns no results. Switching to direct search returns some results, but far fewer than the main website gives. (Mirror search for Artist Fred returns 38 results vs. 7,665 by the main server).
select COUNT(*) from artist where name ILIKE ‘%fred%’;
Running this SQL command returns 6,842 for further info.
Is this indicative of an issue with my search index or my database as a whole? How would I go about rebuilding either? Any help is appreciated.