Forums Forums Search & Filter Pro Results not up te date

  • This topic has 4 replies, 2 voices, and was last updated 9 years ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Trevor
    #63287

    Are you using a plugin to allow front end publishing (if so, which one)?

    It may be that the plugin is properly informing WordPress that it is creating or editing a post, and so our cache is not informed and does not update.

    You can test if this is the case. Be a normal user and make a post and see if it is found. If it is not (and you may already have some posts like this, so no need to make another), then edit the form and click rebuild cache. If it is now found, than the issue is known.

    In our documentation:

    https://www.designsandcode.com/documentation/search-filter-pro/action-filter-reference/

    The section is Update Cache for a Particular Post

    Find in the code where the new/edited post is saved (updated) and after that you must add the code line. Instead of the post ID, you will need to call the newly made/saved post_id.

    Anonymous
    #63308

    Hi Trevor,

    I figured out what the problem was.
    I had a sorting option of a meta value. And when this value was not inside a post this post was not visible.
    When using a other option like date, every post is in the results.

    Trevor
    #63310

    I can close this thread?

    Anonymous
    #63312

    Yes, thanks

Viewing 4 posts - 1 through 4 (of 4 total)