phpbb\search\fulltext_postgres::index_remove PHP Method

index_remove() public method

Destroy cached results, that might be outdated after deleting a post
public index_remove ( $post_ids, $author_ids, $forum_ids )
    public function index_remove($post_ids, $author_ids, $forum_ids)
    {
        $this->destroy_cache(array(), $author_ids);
    }