Explorer
Explorer copied to clipboard
Add support for creating nested relations in the index
If i manually create the index structure in che config.explorer.php file, when actually creating the index in elastic search the
"type": "nested"
part gets skipped and does not let me have the correct index mapping and content. Is this a bug or am I missing something in the manual index mapping configuration?