Plugin Directory

Changeset 3271809


Ignore:
Timestamp:
04/13/2025 01:05:02 PM (12 months ago)
Author:
zarhasan
Message:

Updated the plugin.

Location:
fast-fuzzy-search/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fast-fuzzy-search/trunk/fast-fuzzy-search.php

    r3271504 r3271809  
    44 * Plugin URI: https://redoxbird.com/product/fast-fuzzy-search
    55 * Description: A blazing fast and lightweight search engine plugin for your WordPress site.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: RedOxbird
    88 * Author URI: https://redoxbird.com
     
    1919require_once plugin_dir_path(__FILE__) . 'includes/settings-framework.php';
    2020
    21 define('FAST_FUZZY_SEARCH_VERSION', '1.1.0');
     21define('FAST_FUZZY_SEARCH_VERSION', '1.1.1');
    2222define('FAST_FUZZY_SEARCH_JOIN_SYMBOL', ' / ');
    2323define('FAST_FUZZY_SEARCH_CACHE_DIR',  WP_CONTENT_DIR . '/cache/fast-fuzzy-search/');
  • fast-fuzzy-search/trunk/readme.txt

    r3271504 r3271809  
    1 === Fast Fuzzy Search - Lightning-Fast WordPress Search === 
     1=== Fast Fuzzy Search – WordPress & WooCommerce Search Plugin === 
    22Contributors: zarhasan 
    33Donate link: https://redoxbird.com
    4 Tags: search, fuzzy search, ajax search, fast search, woocommerce search 
     4Tags: wordpress search plugin, woocommerce search plugin, ajax search, live search, fuzzy search 
    55Requires at least: 5.0 
    66Tested up to: 6.7 
    77Requires PHP: 7.4 
    8 Stable tag: 1.1.0 
     8Stable tag: 1.1.1 
    99License: GPLv3 or later 
    1010License URI: [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) 
    1111
    12 Blazing-fast, typo-tolerant post title search for WordPress. Fully self-hosted. Instant results without sending data to external servers.
     12The blazing fast, fuzzy, AJAX-powered search plugin for WordPress and WooCommerce. Designed for speed, built for conversions, and crafted for a stunning user experience.
    1313
    1414== Description == 
     
    1818[Fast Fuzzy Search](https://redoxbird.com/product/fast-fuzzy-search) is a lightweight, privacy-focused plugin that replaces the default WordPress search with an **instant, typo-friendly** search bar that works out of the box.
    1919
    20 Whether you're running a blog, WooCommerce store, or large content site with thousands of posts, this plugin delivers lightning-fast results — **without relying on third-party APIs like Algolia or Google.**
     20Whether you're running a blog, an online store, or a documentation portal, Fast Fuzzy Search makes sure your visitors find what they're looking for—fast.
    2121
     22== Perfect for: ==
    2223
    23 Perfect for:
    2424- WooCommerce sites
    2525- Blogs and content-heavy sites
     
    3030**Live Demo →** [Fast Fuzzy Search Live Demo](https://demo.redoxbird.com/fast-fuzzy-search/)
    3131
    32 ---
     32== Features ==
    3333
    34 ### **Why Fast Fuzzy Search?**
     34- **Blazing Fast Fuzzy Search Engine** 
     35  Built for typo-tolerant matching, even on massive websites. Your search just got smarter.
     36
     37- **WooCommerce-Optimized Search** 
     38  Search products by name, SKU, category, tags, attributes with the pro version. Works seamlessly with large stores.
     39
     40- **Live AJAX Search Experience** 
     41  No reloads, no lag. Instant results as your visitors type.
     42
     43- **Product Price & Thumbnail Display** 
     44  Show product prices and featured images right inside the search results to boost click-throughs and conversions.
     45
     46- **Smart Caching for Speed** 
     47  Index thousands of posts and products with our blazing fast, file-based cache system.
     48
     49- **Beautiful, Customizable UI** 
     50  Choose from premium-style aesthetics like Minimal, Material, Glassmorphic, or Brutal. Customize colors, position, and layout.
     51
     52- **Shortcode + Auto Mode** 
     53  Drop it anywhere via shortcode or let it auto-render across your site in one click.
     54
     55- **Multiple Trigger Types** 
     56  Use a floating button, input field, icon, or hybrid to open the search panel—your choice, no coding.
     57
     58- **Responsive & Touch Friendly** 
     59  Mobile-ready design that looks amazing and works effortlessly on all screen sizes.
     60
     61- **Custom Post Type Support** 
     62  Search through blog posts, pages, documentation, downloads, properties, and more.
     63
     64- **Advanced WooCommerce Integration** 
     65  Index variations, show prices, and pull in categories, tags, and attributes for ultra-relevant results.
     66
     67- **Multilingual-Ready** 
     68  Localized and compatible with Polylang.
     69
     70- **Zero External Dependencies** 
     71  No CDNs. No trackers. No bloat. 100% self-contained and performance optimized.
     72
     73== Why Fast Fuzzy Search? ==
    3574
    3675- **Instant AJAX Results** – Lightning-fast feedback as you type 
     
    4281- **Built-In Styles** – Drop-in themes and styles included 
    4382
    44 Want even more customization? 
    45 [Upgrade to Pro →](https://redoxbird.com/product/fast-fuzzy-search/)
     83== Pro Version ($49) ==
    4684
    47 ### **Premium Version ($49)**
    48 
    49 Upgrade for:
    50 - Additional styles and animations
    51 - Theme overrides and layout control
     85- Better integration with WooCommerce, Easy Digital Downloads, and Easy Property Listings
     86- Search by SKU
     87- Search by Tags & Categories
     88- Search by Attributes (Color, Size, etc.)
     89- Premium Themes & Styling
    5290- Priority support
    53 - Developer-friendly hooks
    5491
    5592[Get the Pro Version →](https://redoxbird.com/product/fast-fuzzy-search/)
     
    5794== Installation == 
    5895
    59 1. Upload the `fast-fuzzy-search` folder to the `/wp-content/plugins/` directory. 
    60 2. Activate the plugin through the 'Plugins' screen in WordPress. 
    61 3. Add the `[fast_fuzzy_search]` shortcode to any page or post to display the search form. 
     961. Upload the plugin to your `/wp-content/plugins/` directory or install via Plugins > Add New.
     972. Activate the plugin.
     983. Customize the style and behavior under **Settings > Fast Fuzzy Search**.
     994. Optionally use `[fast_fuzzy_search]` shortcode to embed the search manually.
    62100
    63101== Frequently Asked Questions == 
    64102
    65 = How do I use the plugin? = 
    66 Simply use the `[fast_fuzzy_search]` shortcode wherever you want the search form to appear. 
     103= Is it compatible with WooCommerce? = 
     104Yes! Fast Fuzzy Search automatically detects and indexes WooCommerce products, including SKUs, categories, tags, attributes, and prices.
    67105
    68 = Can I customize the search results? = 
    69 Currently, the plugin supports default customization via the settings page. Additional features can be added in future updates. 
     106= Will it slow down my site? = 
     107Not at all. It uses a smart caching system and loads asynchronously with no external scripts—built for performance.
    70108
    71 = Does this plugin work with custom post types? = 
    72 Yes, it fully supports all public custom post types. 
     109= Can I use it with a custom post type? = 
     110Yes. It supports all public post types by default, and you can choose which ones to index.
     111
     112= Is it better than AJAX Search Pro? = 
     113If you're looking for speed, simplicity, and WooCommerce-ready features out-of-the-box—yes.
     114
     115= How customizable is it? = 
     116You can change colors, UI types, positioning, and more with no code.
    73117
    74118== Changelog == 
     
    106150
    107151== Screenshots == 
    108 1. The plugin search interface in action. 
    109 2. The plugin dashboard showing stats. 
    110 3. The plugin dashboard available settings. 
     1521. Minimal theme in light mode
     1532. Backend options with stats
     1543. Backend options showing different styles
     1554. Backend options showing layout controls
     1565. Backend options showing more options
     1576. Minimal theme dark mode
     1587. Material theme light mode
     1598. Material theme dark mode mode
     1609. Glassmorphic theme
     16110. Brutal theme
Note: See TracChangeset for help on using the changeset viewer.