Plugin Directory

Changeset 3485054


Ignore:
Timestamp:
03/17/2026 07:12:29 PM (2 weeks ago)
Author:
SYNC4489
Message:

Readme correction in tag 1.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • user-supersearch/tags/1.0.0/readme.txt

    r3485049 r3485054  
    1515== Description ==
    1616
    17 User Supersearch improves the user search functionality in the admin backend[cite: 2].
     17User Supersearch improves the user search functionality in the admin backend.
    1818
    1919### Key Features
    20 * **Extremely Fast**: Built with fast vanilla JavaScript for a seamless experience[cite: 3].
    21 * **Highly Optimized**: Queries leverage highly optimized SQL EXISTS blocks, ensuring zero slowdowns on large databases[cite: 4].
    22 * **Exact Match Options**: Includes a "Whole Word Search" option to force exact matches instead of fuzzy fallback matches[cite: 5].
    23 * **Future-Proof**: Robust PHP 7.4 - 8.x compatibility[cite: 6].
     20* **Extremely Fast**: Built with fast vanilla JavaScript for a seamless experience.
     21* **Highly Optimized**: Queries leverage highly optimized SQL EXISTS blocks, ensuring zero slowdowns on large databases.
     22* **Exact Match Options**: Includes a "Whole Word Search" option to force exact matches instead of fuzzy fallback matches.
     23* **Future-Proof**: Robust PHP 7.4 - 8.x compatibility.
    2424
    25 WordPress search is quite restrictive by default as it only allows you to search for users by username or email[cite: 6]. With User Supersearch, you will be able to search by first name, last name, phone number, or any custom user meta field that exists in your database[cite: 7].
     25WordPress search is quite restrictive by default as it only allows you to search for users by username or email. With User Supersearch, you will be able to search by first name, last name, phone number, or any custom user meta field that exists in your database.
    2626
    27 Furthermore, it automatically detects and includes **WooCommerce** billing and shipping meta fields, improving tremendously the search experience for WooCommerce users[cite: 8]. It is fully compatible with all custom user meta fields plugins, such as Advanced Custom Fields (ACF), Pods, User Meta, ACPT, etc[cite: 9].
     27Furthermore, it automatically detects and includes **WooCommerce** billing and shipping meta fields, improving tremendously the search experience for WooCommerce users. It is fully compatible with all custom user meta fields plugins, such as Advanced Custom Fields (ACF), Pods, User Meta, ACPT, etc.
    2828
    29 There is also an "OR" feature: for example, you can search for users that have "London" or "Paris" in their billing or shipping city[cite: 9]. Check the fields `billing_city` and `shipping_city` in the User Supersearch settings[cite: 10]. Now in the Users page, simply type "London or Paris" into the search field[cite: 11].
     29There is also an "OR" feature: for example, you can search for users that have "London" or "Paris" in their billing or shipping city. Check the fields `billing_city` and `shipping_city` in the User Supersearch settings. Now in the Users page, simply type "London or Paris" into the search field.
    3030
    3131== Installation ==
    3232
    33 1. Upload the plugin folder to the `/wp-content/plugins/` directory[cite: 12].
    34 2. Activate the plugin through the 'Plugins' menu in WordPress[cite: 13].
    35 3. Visit 'Settings > User Supersearch' and adjust your configuration[cite: 13].
     331. Upload the plugin folder to the `/wp-content/plugins/` directory.
     342. Activate the plugin through the 'Plugins' menu in WordPress.
     353. Visit 'Settings > User Supersearch' and adjust your configuration.
    3636
    3737== Changelog ==
    3838
    3939= 1.0.0 =
    40 * Initial public release[cite: 14].
     40* Initial public release.
    4141
    4242== Frequently Asked Questions ==
    4343
    4444=== What fields can I search with this plugin? ===
    45 You can search by first name, last name, email, phone number, or any custom user meta field that exists in your database[cite: 14].
     45You can search by first name, last name, email, phone number, or any custom user meta field that exists in your database.
    4646
    4747=== Does it work with WooCommerce? ===
    48 Yes! It automatically detects and includes WooCommerce billing and shipping meta fields, which tremendously improves the user search experience[cite: 15].
     48Yes! It automatically detects and includes WooCommerce billing and shipping meta fields, which tremendously improves the user search experience.
    4949
    5050=== Is it compatible with ACF or Pods? ===
    51 It is fully compatible with all custom user meta fields plugins, including Advanced Custom Fields (ACF), Pods, User Meta, and ACPT[cite: 16].
     51It is fully compatible with all custom user meta fields plugins, including Advanced Custom Fields (ACF), Pods, User Meta, and ACPT.
    5252
    5353=== Will it slow down my site if I have thousands of users? ===
    54 No, the queries leverage highly optimized SQL EXISTS blocks, ensuring zero slowdowns even on large databases[cite: 17].
     54No, the queries leverage highly optimized SQL EXISTS blocks, ensuring zero slowdowns even on large databases.
    5555
    5656=== How does the "OR" search feature work? ===
    57 You can search for multiple values by typing "or" between terms, for example, "London or Paris" will find users in either city if those fields are enabled in settings[cite: 18].
     57You can search for multiple values by typing "or" between terms, for example, "London or Paris" will find users in either city if those fields are enabled in settings.
    5858
    5959=== Does it support exact matches? ===
    60 Yes, it includes a "Whole Word Search" option to force exact matches instead of the default fuzzy fallback matches[cite: 19].
     60Yes, it includes a "Whole Word Search" option to force exact matches instead of the default fuzzy fallback matches.
    6161
    6262== Screenshots ==
    6363
    64 1. The main settings page where you can configure search options like "Whole Word Search" and select standard WordPress base fields[cite: 20].
    65 2. The "Advanced Fields" section expanded, showing the ability to filter and select any custom user meta key from your database[cite: 21].
    66 3. Automatic detection of WooCommerce billing and shipping fields, allowing for seamless integration with customer data[cite: 22].
     641. The main settings page where you can configure search options like "Whole Word Search" and select standard WordPress base fields.
     652. The "Advanced Fields" section expanded, showing the ability to filter and select any custom user meta key from your database.
     663. Automatic detection of WooCommerce billing and shipping fields, allowing for seamless integration with customer data.
Note: See TracChangeset for help on using the changeset viewer.