Changeset 3279039
- Timestamp:
- 04/22/2025 12:10:56 PM (11 months ago)
- File:
-
- 1 edited
-
fulltext-search/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fulltext-search/trunk/readme.txt
r3279029 r3279039 21 21 22 22 ✨ **Searches EVERYWHERE:** 23 23 24 Unlike standard search, WPFTS indexes and finds information not only in post **titles and content**, but also within: 25 24 26 * **Meta fields** (Custom Fields) 25 27 * **Custom Post Types** … … 29 31 30 32 ⚙️ **Simplicity and Compatibility:** 33 31 34 * **No External Dependencies:** Doesn't require installing heavy external services (like Elasticsearch or Solr). Perfect for **standard shared hosting**! 32 35 * **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. … … 34 37 35 38 🎯 **Flexibility and Control:** 39 36 40 * **Customizable Relevance:** Control what matters most in search results! Assign "weights" for title, content, and each meta field using an **improved TF-IDF algorithm**. 37 41 * **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.