Changeset 3465076
- Timestamp:
- 02/19/2026 12:17:18 PM (5 weeks ago)
- File:
-
- 1 edited
-
celersearch/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
celersearch/trunk/readme.txt
r3457958 r3465076 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 93 93 If configured, CelerSearch can fall back to native WordPress search to ensure your site always has working search functionality. 94 94 95 = Can I disable content splitting for large posts? = 96 97 CelerSearch automatically splits long post content into smaller chunks so the entire content is searchable. Meilisearch deduplicates results so each post appears only once. To disable splitting, add this to your `wp-config.php`: 98 99 `define( 'CELERSEARCH_SPLIT_POSTS', false );` 100 101 You can also customize the chunk size (default 2000 characters): 102 103 `define( 'CELERSEARCH_CONTENT_MAX_SIZE', 3000 );` 104 105 After changing these settings, rebuild your indices from CelerSearch > Indices. 106 95 107 = How can I replace the default search results page? = 96 108 … … 110 122 111 123 == Changelog == 124 125 = 1.2.1 = 126 127 * Fix post splitting / deduplication 112 128 113 129 = 1.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.