Not compatibel w redisearch 2.0?
-
Using a clean WordPress 5.5.3 – php7.4
Got the plugin to work, but I needed to modify the source:
diff WP-Redisearch.php WP-Redisearch.php~
120c120
< if ( !in_array( ‘search’, $module ) ) {
—
> if ( !in_array( ‘ft’, $module ) ) {Seems the name of the redisearch module has changed from “ft” to “search”.
Also, can’t enable Live Search, Synonym or Document settings in WP Admin.
Is there a simple way to enable in wp-config or code?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Not compatibel w redisearch 2.0?’ is closed to new replies.