Title: Plugin is displaying drafts &amp; scheduled posts
Last modified: August 20, 2016

---

# Plugin is displaying drafts & scheduled posts

 *  [TheDudeAbides](https://wordpress.org/support/users/thedudeabides/)
 * (@thedudeabides)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-is-displaying-drafts-scheduled-posts/)
 * I’ve been forced to disable this plugin and search for a replacement as it was
   showing my drafts and scheduled posts. I was using Mysql full-text, but it also
   occurred with indexed as well and Lucene just resulted in php errors. I didn’t
   even noticed this hasn’t been updated for 1.5+ years. Oh well perhaps yolink 
   or wp-search will work better.

Viewing 1 replies (of 1 total)

 *  [thehen2](https://wordpress.org/support/users/thehen2/)
 * (@thehen2)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-is-displaying-drafts-scheduled-posts/#post-2205812)
 * I fixed this by adding the following line of code to spiders.php after line 82:
 *     ```
       $this->post_sql .= " AND {$wpdb->posts}.post_status!='trash' AND {$wpdb->posts}.post_status!='pending' AND {$wpdb->posts}.post_status!='draft' AND {$wpdb->posts}.post_status!='auto-draft' AND {$wpdb->posts}.post_status!='future' AND {$wpdb->posts}.post_status!='private' AND {$wpdb->posts}.post_status!='inherit'";
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Plugin is displaying drafts & scheduled posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/search-unleashed.svg)
 * [Search Unleashed](https://wordpress.org/plugins/search-unleashed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/search-unleashed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/search-unleashed/)
 * [Active Topics](https://wordpress.org/support/plugin/search-unleashed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/search-unleashed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/search-unleashed/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [thehen2](https://wordpress.org/support/users/thehen2/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-is-displaying-drafts-scheduled-posts/#post-2205812)
 * Status: not resolved