Closed (fixed)
Project:
Search API (8.x)
Component:
Framework
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jun 2014 at 13:14 UTC
Updated:
30 Jun 2014 at 09:00 UTC
Jump to comment: Most recent
Starting to analyze the state of -- ./tests/src/Plugin/Processor/SearchApiStopwordsTest.php and to check if this processor is working or broken.
Comments
Comment #1
ekes commentedThe default configuration isn't getting retrieved in buildConfigurationForm(). The default stopwords aren't populated and implode() has a type exception.
Comment #3
ekes commentedAbove patch is a bit grim, there maybe a better way. Looking at HTMLFilter it similarly deals with array or string - but automatically with the yaml dumper. The test that covers this is with the save/resave in the integration test https://drupal.org/node/2257113#comment-8877845
Comment #15
nick_vhMarking as Fixed. Thanks to the people at the Search API sprint @ Intracto.