front / wp-redisearch

Flexible and fast search engine for Wordpress.
27 stars 5 forks source link

Not indexing taxonomy #16

Open djm56 opened 2 years ago

djm56 commented 2 years ago

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