Is Extended User Search In WP-Admin compatible with latest WordPress. Is there a plugin update planned?
]]>I’ve run into a curious error. When searching for users using specific search terms I get a message saying “There has been a critical error on this website.” If I disable the Extended User Search In WP-Admin plugin the error goes away. It doesn’t happen for all search terms, just some. I’m unsure how to diagnose the problem further.
]]>Hello, thanks for your plugin. I noticed that if you search for a name composed by two words the research doesn’t work…
For instance to find “Van Gogh” i have to type “Van” or “Gogh”. If I type “Van Gogh” doesn’t work.
Do you have any solution for this issue?
Thanks!
Francesco
Hi there, is it possible to include the Billing Company field in search?
]]>If we search the users using the postal/zip code then this plugin doesn’t work.
Is there any way to filter and search the users in WordPress admin area using postal/zip code?? Please help
i have customized your plugin for my own use. thought you may be interested in the code for searching websites. i have it after /*Description END*/
/*website*/
$user_ids_collector = $wpdb->get_results("SELECT DISTINCT ID FROM $wpdb->users WHERE LOWER(user_url) LIKE '%".$qstr."%'");
foreach($user_ids_collector as $maf) {
if(!in_array($maf->ID,$uids)) {
array_push($uids,$maf->ID);
}
}
/*website END*/
]]>
This plugin is doing exactly what I need on the fields it is searching. I’d like it to also search the description field (Bio Information) which is part of the core WordPress features.
Thanks
]]>Hi there,
I’m mostly getting correct results with your plugin, but not if company names contain numbers or apostrophes. For instance, I can do a search for 3D and it returns expected results (Example 3D, Examples 3D), but if I search Example 3D, I don’t get any results. Along those same lines, if I search for Abby’s Designs, I don’t get any results, but if I search for Abby or even Designs, I do.
Thanks for your help!
]]>hi, it’s not working on my site. do you want do check on my testserver?
]]>The search by first name is not showing up all the results. It seems to be happening for new users only. For example, if i search for the first name “Samantha” it shows an older user with that first name and not a new user that also has the same first name. If i search for the full name of the new user eg, “Samantha Black” it will show in the search results.
]]>Hey, the plugin was working well in my Woocommerce shop until recently. Today I discovered some name searches fail, others do not. Unable to find the pattern for failing searches.
Thanks.
]]>Congratulations for the plugin.
I would like to ask if there is any possibility to add a new field to search a part from first and last name.
In my case I have a custom field that I would like to be searched too. Is that possible?
I really appreciate.
]]>I installed and activated this plugin, but it has no effect. I have a user that first and last name is not in either the email or the username, and I can’t find them by searching for their first or last name.
]]>