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

    (@msaari)

    Relevanssi calls relevanssi_edit() when a post is saved. See lib/indexing.php for parameters, if you want to call it manually.

    When a post is saved, this happens:

    add_action('save_post', 'relevanssi_edit', 99, 1);

    Is something messing with the save_post trigger, perhaps?

    Thread Starter chriscarvache

    (@chriscarvache)

    I already have a save_post action setup. Would this cause the auto indexing not to work?

    Plugin Author Mikko Saari

    (@msaari)

    Maybe, it can mess with what Relevanssi is doing. Can you disable your save_post action for a while and see if that helps?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Relevanssi – A Better Search] Auto Indexing not working’ is closed to new replies.