Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter milans

    (@milans)

    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…

    Thread Starter milans

    (@milans)

    Hi @digamberpradhan, thanks for replying.

    I can retrieve schema fields, and I can do a search query with a shell command as referenced here: https://typesense.org/docs/0.23.1/api/search.html#search-parameters

    I’m using the search API key I’ve generated to do the query.

    • This reply was modified 1 year, 11 months ago by milans.
Viewing 2 replies - 1 through 2 (of 2 total)