Closed (duplicate)
Project:
Search API attachments
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2016 at 08:30 UTC
Updated:
28 Feb 2017 at 10:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tuwebo commentedPatch attached. This should work with the last dev versions of search_api and search_api_solr.
Comment #3
ekes commentedAPI change introduced: #2782577: Fix extraction of configurable properties in processors
Patch https://www.drupal.org/files/issues/processors_property_extraction-27825... does exactly the same with other processors.
Comment #4
izus commentedas https://www.drupal.org/node/2782577 is fixed, i wonder if we have something else to do here or just clode the issue. Is the issue solved for you or it's accurate ?
Thanks
Comment #5
tuwebo commentedHi @izus,
I've to take a look at it. Probably in the next weeks. I am a little bit outdated with the search_api code now. As soon as I know something I'll post it here.
Comment #6
tuwebo commentedHi @izus,
I've just been taken a look and this issue has been fixed in this other one #2846467: Search API beta4 removes filterForPropertyPath from ProcessorPluginBase which breaks FilesExtractor::addFieldValues leading to error on indexing which was posted later than this one, but got commited. So I guess we can mark this one as duplicated.
Thanks for the review.
Comment #7
tunicThis issue has been addressed in #2846467: Search API beta4 removes filterForPropertyPath from ProcessorPluginBase which breaks FilesExtractor::addFieldValues leading to error on indexing. Note that patch from this current issue in #2 was posted two months earlier and IMHO is clearer (it uses a temporary variable instead a big line in the foreach sentence), issue may have been fixed in shorter time :-P
Comment #8
izus commentedThanks all for the feedback