- This topic has 12 replies, 2 voices, and was last updated 10 years, 5 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Missing Results (Cache) & Navigation
Tagged: `
Hi
Sorry to report but the same issue is happening.
The client is adding his vacancies posts, the post appear in the vacancies page but do not appear in the search and filter drop downs until the cache is cleared.
Can you think of anything else that can resolve this.
Do you need to see the code being used to add posts?
Dan
Ahh yes Daniel, the code would be good?
If you are not adding posts in the standard way via the dashboard S&F might not detect a new post has been created.
Therefor, if you have any custom code you will need to use the action:
do_action('search_filter_update_post_cache', 1984);
After you have inserted your post (where 1984 is the post ID being added)
Thanks