Sorry for the delay, indexing took a while.
So I was unable to re-index with the logs enabled, but when I turned logging off, indexing worked. I enabled logging again and the debug log is showing this:
=== START ====
::Time:: 2022-12-23::08:21:42-UTC
(object) array(
'state' => 1,
'version' => '0.23.1',
)
===END===
=== START ====
::Time:: 2022-12-23::08:21:42-UTC
(object) array(
'ok' => true,
)
===END===
I can see the schema fields in the plugin Advanced area, and the timestamp shows it was created yesterday. Also I can still do a search query via shell commands, so the collection is there on the server:
object
{8}
facet_counts
[0]
found: 1304
hits
[10]
out_of: 598451
page: 1
request_params
{3}
collection_name: post
per_page: 10
q: test
search_cutoff: false
search_time_ms: 2
But, still WordPress search is showing no results…