Plugin Directory

Changeset 3279039


Ignore:
Timestamp:
04/22/2025 12:10:56 PM (11 months ago)
Author:
Epsiloncool
Message:

small typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fulltext-search/trunk/readme.txt

    r3279029 r3279039  
    2121
    2222✨ **Searches EVERYWHERE:**
     23
    2324Unlike standard search, WPFTS indexes and finds information not only in post **titles and content**, but also within:
     25
    2426*   **Meta fields** (Custom Fields)
    2527*   **Custom Post Types**
     
    2931
    3032⚙️ **Simplicity and Compatibility:**
     33
    3134*   **No External Dependencies:** Doesn't require installing heavy external services (like Elasticsearch or Solr). Perfect for **standard shared hosting**!
    3235*   **Enhances, Doesn't Replace:** WPFTS *enhances* the standard WordPress search (`WP_Query`), it doesn't break it. All your plugins and themes using standard search will **automatically work better** with WPFTS.
     
    3437
    3538🎯 **Flexibility and Control:**
     39
    3640*   **Customizable Relevance:** Control what matters most in search results! Assign "weights" for title, content, and each meta field using an **improved TF-IDF algorithm**.
    3741*   **Live Search (AJAX):** Let users see search results instantly as they type. Easily added via the widget or shortcode `[wpfts_widget]`.
Note: See TracChangeset for help on using the changeset viewer.