-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
laravel-elasticsearch/src/DSL/Bridge.php
Line 620 in c810b1e
| $datum['_id'] = $hit['_id']; |
please also keep '_index' field in the results
i've added
$datum['_index'] = $hit['_index'];
this is useful when working with dynamic indices.
i use in search $index = '.ds-filebeat-*', but to delete a record i need to know the exact index (".ds-filebeat-8.2.0-2022.05.21-000001")
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request