also excludes results when searching in admin for pages/posts
-
found when id’s are entered in Exclude some post or page IDs: it also excludes pages/posts from the admin search. i fixed this by changing a couple of lines in search-everything.php
line 188 & line 268
from:if ( $this->options['se_exclude_posts_list'] != '') {
to:if ( $this->options['se_exclude_posts_list'] != '' && !is_admin()) {
hope that helps someone and maybe could be included in the next release.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘also excludes results when searching in admin for pages/posts’ is closed to new replies.