You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I can get the plugin to work and communicate easily with redis-redisearch.
It indexes all my custom post types easily.
The issue is taxonomies are not being indexed even though I am selecting them in the settings page.
The debug log:
There are php Notices and Warnings
PHP Notice: Undefined offset: 7 /redisearch/vendor/front/redisearch/src/Index.php on line 769
PHP Notice: Undefined offset: 7 /redisearch/vendor/front/redisearch/src/Index.php on line 770
PHP Notice: Undefined offset: 7 /redisearch/vendor/front/redisearch/src/Index.php on line 774
PHP Notice: Undefined index: language_field /redisearch/vendor/front/redisearch/src/Index.php on line 577
PHP Warning: Illegal offset type /plugins/redisearch/vendor/front/redisearch/src/Index.php on line 775
I tried with php7.3 and 7.4 with similar issues.
I need to get the taxonomy to be available in the search.
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I can get the plugin to work and communicate easily with redis-redisearch.
It indexes all my custom post types easily.
The issue is taxonomies are not being indexed even though I am selecting them in the settings page.
The debug log:
There are php Notices and Warnings
PHP Notice: Undefined offset: 7 /redisearch/vendor/front/redisearch/src/Index.php on line 769
PHP Notice: Undefined offset: 7 /redisearch/vendor/front/redisearch/src/Index.php on line 770
PHP Notice: Undefined offset: 7 /redisearch/vendor/front/redisearch/src/Index.php on line 774
PHP Notice: Undefined index: language_field /redisearch/vendor/front/redisearch/src/Index.php on line 577
PHP Warning: Illegal offset type /plugins/redisearch/vendor/front/redisearch/src/Index.php on line 775
I tried with php7.3 and 7.4 with similar issues.
I need to get the taxonomy to be available in the search.
Thanks
The text was updated successfully, but these errors were encountered: