Unfortunately, #2574969: Add a Views-like UI for adding fields seems to have left the \Drupal\search_api\Item\Field a bit chaotic, with some redundant code, left-over bits from before, and inconsistent behavior (especially regarding which getters will attempt to load values from the index if necessary).
Let's clean this mess up!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | clean_up_the_field_class-2645098-6.patch | 6.94 KB | borisson_ |
| #6 | interdiff.txt | 611 bytes | borisson_ |
Comments
Comment #2
drunken monkeyLet's see if we actually relied upon any of this …
Comment #5
borisson_I like the changes but the tests don't, let's get those green again.
Comment #6
borisson_Tests are green again.
Comment #7
drunken monkeyHuh, interesting. Makes sense, though, I guess. Thanks a lot for solving it!
Committed.