• Resolved Web1776

    (@commareus)


    Using Relevanssi 4.0.2, after clicking “Build the Index”, only some of my posts are indexed, although it reports “Indexing complete”.

    If I then click “Index unindexed posts”, it continues with the remaining posts.

    Here’s a series of screenshots showing the issue: https://imgur.com/a/N8GMx

    I rolled Relevanssi back to 3.6.2.2 and it does not appear to have the issue. Clicking the “Build the index” button appears to index all posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    This is a known bug and will be fixed in 4.0.3.

    If you want a quick fix now, edit lib/admin_ajax.php and change the line

    $indexing_response = relevanssi_build_index($offset, $verbose, $limit, $is_ajax);

    to

    $indexing_response = relevanssi_build_index(true, $verbose, $limit, $is_ajax);

    But clicking “Index unindexed posts” until everything is indexed is a fine option as well.

    Thread Starter Web1776

    (@commareus)

    Awesome, thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Index not being built completely [4.0.2]’ is closed to new replies.