Commit 239f367
authored
Update ElasticsearchProviderResourceMetadataCollectionFactory.php
by default the elasticsearch is not false but null so it will create confusion with indices and try to check the index as the shortName.
But the shortName by default is the model class and it is not true for every cases , even if the index is different of the class and create an issue1 parent d0fcd70 commit 239f367
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- src/Elasticsearch/Metadata/Resource/Factory
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments