Title: Robust User Search
Author: Smit Patel
Published: <strong>September 11, 2020</strong>
Last modified: October 26, 2023

---

Search plugins

![](https://ps.w.org/robust-user-search/assets/banner-772x250.png?rev=2379212)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/robust-user-search/assets/icon.svg?rev=2379212)

# Robust User Search

 By [Smit Patel](https://profiles.wordpress.org/smitpatelx/)

[Download](https://downloads.wordpress.org/plugin/robust-user-search.zip)

 * [Details](https://az-tr.wordpress.org/plugins/robust-user-search/#description)
 * [Reviews](https://az-tr.wordpress.org/plugins/robust-user-search/#reviews)
 *  [Installation](https://az-tr.wordpress.org/plugins/robust-user-search/#installation)
 * [Development](https://az-tr.wordpress.org/plugins/robust-user-search/#developers)

 [Support](https://wordpress.org/support/plugin/robust-user-search/)

## Description

#### A COMPREHENSIVE, EASY TO USE, STABLE AND WELL SUPPORTED WORDPRESS USER SEARCH PLUGIN

WordPress provides a wide range of functionality for better user experience. This
plugin will enhance editing ton of users without reloading and wasting time to reload
all data at once.

The plugin is designed and developed keeping in mind the security & performance 
of your site.

This plugin is designed and written by experts and is easy to use and understand.

It reduces security risk by checking for vulnerabilities, and by implementing and
enforcing the latest recommended WordPress security practices and techniques.

Youtube Setup Guide – Comming Soon!

Our plugin is designed upon Object-Oriented approach, which increases the security
and made this plugin easy to maintain.

Robust User Search plugin doesn’t slow down your site and it is 100% free.

Visit the [Robust User Search](https://smitpatelx.com/apps/robust-user-search) page
for more details.

Below is a list of the features offered in this plugin:

#### User Data Security

 * By default, when you install and activate this plugin, it only allow the site
   admin to access the plugin.
 * You can choose which roles should be allowed to use this plugin.
 * To change role permission: Go to **Robust Search >> Settings**
 * User privilage checking every time you someone access REST API. So users/bots
   cannot discover user info via our REST API.

#### Search By

 * This plugin targets the restriction and limitation of wordpress user search tab
   and provide the user with the functionality
    to search by **Username, First name,
   Last name, Email or Business Name**

#### Quick Edit

 * This feature is provided to increase your productivity by giving you quick edit
   component.
 * To use this feature simple navigate to **Robust Search** on your admin panel.
 * Search for any user you wish to edit.
 * Click on edit icon at the end and edit user data easily.

#### Live User Search

 * This plugin doesn’t make a request every time your search for something. Instead
   it saves the data on front-end cache and search into cache,
    which in turn reduce
   load on server.
 * You will be amazed by the robust search that this plugin provides.

#### ReSync Data

 * ReSync Button is an alternative to load new or updated data in real-time.
 * For example: If you and your colleague are working on changing user data at same
   time, you can tap ReSync to load the updated data.
 * By Default when you edit and save any user data, the plugin auto resync data 
   to optimize user experience.

#### Accessibility

 * Pressing ESC button while typing in search box will clear all the text.
 * Proper focus & hover indicator.
 * Pressing ENTER while editing data will save the data.
 * Pressing ESC while editing data will exit the form (Without saving data).
 * Reset Button will revert all data to its orignal form to the time when you loaded
   the form. (But don’t forget to save)

#### Descriptive Errors

 * With this plugin you will easy going to identify empty first, last or business
   names. Empty fields will be marked red for easy identification.
 * When you edit or save data, you will see appropriate error messages to make your
   life easier.

#### Plugin Support

 * If you have a question or problem with the Robust User Search plugin, post it
   on the support forum and I will help you.

#### Developers

 * If you are a developer and you want to contribute to the plugin then visit plugin
   repository and make a pull request.
 * Github repository – https://github.com/smitpatelx/robust-user-search

Visit the [Robust User Search](https://smitpatelx.com/apps/robust-user-search) page
for more details.

### Privacy Policy

This plugin doesn’t collect any information regrading any user or any other data
from your site. All the source code can be found on
 github if you want to dig into
how this plugin is designed.

### Usage

After installing plugin, you are good to go. No unnecessary changes need to made.

## Screenshots

 * [[
 * Plugin Home Page
 * [[
 * Edit users
 * [[
 * Settings Page

## Installation

To begin making your WordPress site more productive:

 1. Upload the ‘robust-user-search.zip’ file from the Plugins->Add New page in the 
    WordPress administration panel.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings menu under ‘Robust Search’ and start activating the roles you want
    to provide access.

## FAQ

Check the following page for F.A.Q (see the faq section):
 https://smitpatelx.com/
apps/robust-user-search

 1. Do I require any other plugin to add businnes name and phone number meta data ?
    
    No, these meta data are provided by this plugin.

## Reviews

![](https://secure.gravatar.com/avatar/6ec696325e1a061d24cfda855d0ffe90cd0129cd1565d3af3dd922a37f1d0f38?
s=60&d=retro&r=g)

### 󠀁[Best Plugin Ever](https://wordpress.org/support/topic/best-plugin-ever-350/)󠁿

 [blabblyltd](https://profiles.wordpress.org/blabblyltd/) September 25, 2020

Helped us alot. At times we needed the ability to search customers by their company
and this plugin really saved a lot of time. Live editing feature is awesome!

 [ Read all 1 review ](https://wordpress.org/support/plugin/robust-user-search/reviews/)

## Contributors & Developers

“Robust User Search” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Smit Patel ](https://profiles.wordpress.org/smitpatelx/)

[Translate “Robust User Search” into your language.](https://translate.wordpress.org/projects/wp-plugins/robust-user-search)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/robust-user-search/),
check out the [SVN repository](https://plugins.svn.wordpress.org/robust-user-search/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/robust-user-search/)
by [RSS](https://plugins.trac.wordpress.org/log/robust-user-search/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.1

 * Fixed SQL script for searching by first name, last name and business name.
 * Fixed empty first and last name field when its empty.

#### 1.1.0

 * Major next release.
 * Rewrite using Typescript & Vue 3.3.
 * UI updates.
 * Validation update.
 * Upgraded to vite for improving developer experience.
 * Keyboard shortcuts added.
 * More keyboard accessibility.
 * Zod validation added.
 * HTML native dialog component for full screen experience.
 * Support for tablet screen size.
 * Improved color scheme.
 * Tailwind upgraded to 3.3.2.
 * Support for country code.
 * Sticky headers for accounts table.
 * Sorting by header button.
 * Hide columns option.
 * Smooth animations.

#### 1.0.6

 * Fixed overlay height.
 * Now clicking on overlay will close the menu.
 * Fixed icon spacing for narrow screen.

#### 1.0.5

 * Minor bug fix and License update to gpl-v2-only.

#### 1.0.4

 * Plugin transition from functional programming to Object-Oriented programming
 * Auto ReSync on editing user data.
 * Save loading indicator added.
 * Data loading indicator added.

#### 1.0.3

 * Role Management added.
 * Activation and Deactivation Hooks Added.

#### 1.0.2

 * Quick Edit feature added.

#### 1.0.1

 * Custom REST API added.

#### 1.0.0

 * First commit to the WP repository.

## Meta

 *  Version **1.1.1**
 *  Last updated **2 years ago**
 *  Active installations **20+**
 *  WordPress version ** 5.2 or higher **
 *  Tested up to **6.3.8**
 *  PHP version ** 7.1 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/robust-user-search/)
 * Tags
 * [ajax](https://az-tr.wordpress.org/plugins/tags/ajax/)[Axios](https://az-tr.wordpress.org/plugins/tags/axios/)
   [Edit User](https://az-tr.wordpress.org/plugins/tags/edit-user/)[user management](https://az-tr.wordpress.org/plugins/tags/user-management/)
 *  [Advanced View](https://az-tr.wordpress.org/plugins/robust-user-search/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/robust-user-search/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/robust-user-search/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/robust-user-search/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/robust-user-search/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/robust-user-search/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/robust-user-search/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/robust-user-search/reviews/)

## Contributors

 *   [ Smit Patel ](https://profiles.wordpress.org/smitpatelx/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/robust-user-search/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://apps.smitpatelx.com/donate)