<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Admin search of subcategories not working in 2.7.1</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Admin search of subcategories not working in 2.7.1</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 14:18:33 +0000</pubDate>

<item>
<title>pp19dd on "Admin search of subcategories not working in 2.7.1"</title>
<link>http://wordpress.org/support/topic/242891#post-1046712</link>
<pubDate>Wed, 15 Apr 2009 17:51:31 +0000</pubDate>
<dc:creator>pp19dd</dc:creator>
<guid isPermaLink="false">1046712@http://wordpress.org/support/</guid>
<description>&#60;p&#62;And with further annoyance from me, this appears to be a recognized bug:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://core.trac.wordpress.org/ticket/8632&#34;&#62;ticket # 8632&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;A fix is scheduled for version 2.8.
&#60;/p&#62;</description>
</item>
<item>
<title>pp19dd on "Admin search of subcategories not working in 2.7.1"</title>
<link>http://wordpress.org/support/topic/242891#post-1045829</link>
<pubDate>Tue, 14 Apr 2009 19:26:05 +0000</pubDate>
<dc:creator>pp19dd</dc:creator>
<guid isPermaLink="false">1045829@http://wordpress.org/support/</guid>
<description>&#60;p&#62;On second thought, this does seem to be a bug, if you ignore the public-facing search and focus on the CMS side.  To reproduce it: create many subcategories, enough to force pagination. Here is my basic example:&#60;/p&#62;
&#60;p&#62;College&#60;br /&#62;
  - Arundel Community College&#60;br /&#62;
  - Salisbury University&#60;br /&#62;
  - .. 30 more colleges&#60;br /&#62;
  - .. 40 more universities&#60;/p&#62;
&#60;p&#62;If you search for a term that would show BOTH parent and subcategories (&#60;strong&#62;college&#60;/strong&#62;), everything shows up fine.&#60;/p&#62;
&#60;p&#62;However, if you search for a term that would only force a list of subcategories to show without the parent (such as &#34;&#60;strong&#62;university&#60;/strong&#62;&#34;), the display doesn't work and shows up with blanks.&#60;/p&#62;
&#60;p&#62;I looked through the code and found lines 64-65 in wp-admin/includes/template.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( $category-&#38;gt;parent != $parent )
			continue;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Disabling that snippet makes all of the results appear (albeit in very disorganized fashion).  Pagination appears to always be wrong, showing 23 pages regardless of search granularity.&#60;/p&#62;
&#60;p&#62;I've tested this with:&#60;/p&#62;
&#60;p&#62;WordPress 2.7.1.&#60;br /&#62;
PHP 5.2.5 / MySQL 5.0.45-community-nt&#60;br /&#62;
PHP 5.2.8 / MySQL 5.0.67-community
&#60;/p&#62;</description>
</item>
<item>
<title>pp19dd on "Admin search of subcategories not working in 2.7.1"</title>
<link>http://wordpress.org/support/topic/242891#post-1045795</link>
<pubDate>Tue, 14 Apr 2009 18:45:42 +0000</pubDate>
<dc:creator>pp19dd</dc:creator>
<guid isPermaLink="false">1045795@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have also run into this situation. It appears to be a feature, rather than a defect; however, it is unexplained in documentation.  I would like to find either some explanation -or- configuration options to change this behavior. It seems to be part of a search routine because main site search behaves that way.&#60;/p&#62;
&#60;p&#62;For example, I have four categories - but - hundreds of subcategories. If I search for &#60;strong&#62;&#34;sports&#34;&#60;/strong&#62;, the main category &#34;/sports/&#34; shows up in search listings; however, if I search for &#60;strong&#62;&#34;baseball&#34;&#60;/strong&#62;, the subcategory &#34;/sports/baseball/&#34; does not.  This behavior is identical in the CMS.&#60;/p&#62;
&#60;p&#62;I don't think this is all that unusual - however - we appear to be the rare users of subcategories.  Would appreciate anyone shedding light on this.
&#60;/p&#62;</description>
</item>
<item>
<title>trex33 on "Admin search of subcategories not working in 2.7.1"</title>
<link>http://wordpress.org/support/topic/242891#post-1010186</link>
<pubDate>Mon, 09 Mar 2009 16:59:38 +0000</pubDate>
<dc:creator>trex33</dc:creator>
<guid isPermaLink="false">1010186@http://wordpress.org/support/</guid>
<description>&#60;p&#62;nellyy, I have not found a solution yet. Are we the only ones having this problem?
&#60;/p&#62;</description>
</item>
<item>
<title>nellyy on "Admin search of subcategories not working in 2.7.1"</title>
<link>http://wordpress.org/support/topic/242891#post-1005784</link>
<pubDate>Thu, 05 Mar 2009 01:17:44 +0000</pubDate>
<dc:creator>nellyy</dc:creator>
<guid isPermaLink="false">1005784@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes, we are having exactly the same problem.  Have you found a solution??
&#60;/p&#62;</description>
</item>
<item>
<title>trex33 on "Admin search of subcategories not working in 2.7.1"</title>
<link>http://wordpress.org/support/topic/242891#post-983114</link>
<pubDate>Wed, 11 Feb 2009 22:02:25 +0000</pubDate>
<dc:creator>trex33</dc:creator>
<guid isPermaLink="false">983114@http://wordpress.org/support/</guid>
<description>&#60;p&#62;In 2.7.1, admin panel search of subcategories is not returning any matches.  Search of parent categories is working fine.  Anyone else having this problem?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
