Search no longer finds users
-
When I upgraded from .73 to .80, the search stopped finding users. In the templates folder, search.php, this code exists:
<?php if ( $users ) : ?>
<h2><?php _e('Users')?></h2>
<ol>
<?php foreach ( $users as $user ) : ?>which makes me THINK it should display users, and it used to display users, but it doesn’t any more. There were quite a few changes in that file between versions. Does anyone else have this problem? Try searching your forum for an exact username and see if you find any users. It also used to match part of a username, so searching for “river” would return “riverside” and “riverfront” if those were valid users.
Anyone?
- You must be logged in to reply to this topic.