If you have confirmed that the record exists but it is not showing up in your front end results, it is likely that there are filters removing the item from the results, or rankings that are pushing the item down in the search.
If it is filters, you'll need to look at the network request of your browser to check the filters that are being sent.
If you're unsure how to do this, you can see this troubleshooting guide on the issue.
If the filters or facetFilters sent aren't matching an attribute in the relevant record, that is the reason it is not showing up-- it is being filtered out.
If it is ranking that is pushing it down, please see this guide on troubleshooting ranking.