Custom fields not being sent to Solr
-
Hi, there is a point in class-wp-solr that calls an apply_filters function that doesn’t seem to exist.
It in turn converts the array of Custom Fields into a count of fields and then there isn’t a lookup available. Commenting out $custom_fields = apply_filters( WpSolrFilters::WPSOLR_FILTER_POST_CUSTOM_FIELDS, $post->ID, $custom_fields ); seems to solve the issue but I don’t know what it’s meant to call.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom fields not being sent to Solr’ is closed to new replies.