Problem/Motivation
When a server and an index are created from default configuration, the db backend doesn't create columns in the normalized storage table for text fields.
Also, the index config entity might be created before the server (they're alphabetically sorted by default) so the index status is set to disabled because the server doesn't exist (yet).
Proposed resolution
Fix it and test it :)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2257095.patch | 12.78 KB | amateescu |
Comments
Comment #1
amateescu commentedCommitted the patch attached.