Title: Search doesn&#039;t exclude posts properly
Last modified: August 30, 2016

---

# Search doesn't exclude posts properly

 *  Resolved [castalos](https://wordpress.org/support/users/castalos/)
 * (@castalos)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/search-doesnt-exclude-posts-properly/)
 * I’m seeing this problem.
 * I’ve got Search Everything installed and configured to search posts only and 
   to search tags.
 * I use query_posts($args) to get the posts that meet the user specified search
   words as shown here:
 *     ```
       $args = array('s' => get_search_query(), 'meta_query' => array(
       array( 'key' => '_Original Post ID', 'compare' => 'NOT EXISTS')));
   
       query_posts($args);
       ```
   
 * to exclude posts that do not have an Original Post ID.
 * The results I get seem to be a concatenation of the search results (with the 
   Original Post ID = NOT EXISTS posts excluded), plus any post that has the search
   keywords as a tag (irregardless of whether the Original Post ID exists on that
   post or not).
 * Is this a bug in Search Everything or am I just not understanding something?
 * Thanks,
    Coleen
 * [https://wordpress.org/plugins/search-everything/](https://wordpress.org/plugins/search-everything/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [castalos](https://wordpress.org/support/users/castalos/)
 * (@castalos)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/search-doesnt-exclude-posts-properly/#post-6611724)
 * Disregard – it is working correctly.

Viewing 1 replies (of 1 total)

The topic ‘Search doesn't exclude posts properly’ is closed to new replies.

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

## Tags

 * [exclude posts](https://wordpress.org/support/topic-tag/exclude-posts/)

 * 1 reply
 * 1 participant
 * Last reply from: [castalos](https://wordpress.org/support/users/castalos/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/search-doesnt-exclude-posts-properly/#post-6611724)
 * Status: resolved