Skip to content

Commit 133269e

Browse files
committed
update readme file
1 parent 5b30eee commit 133269e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ The package is developed and tested under Elasticsearch ``v6.*``. It should be a
7373
],
7474
'multi_fields_example' => [
7575
'type' => 'text',
76-
'fields' => [
77-
'raw' => [
78-
'type' => 'keyword'
79-
]
76+
'fields' => [
77+
'raw' => [
78+
'type' => 'keyword'
8079
]
81-
],
80+
]
81+
],
8282
'created_at' => [
8383
'type' => 'date',
8484
'format' => 'yyyy-MM-dd HH:mm:ss',
@@ -989,6 +989,7 @@ The package is developed and tested under Elasticsearch ``v6.*``. It should be a
989989
User::es()->find(5)
990990
```
991991
#### delete
992+
* Delete a record from elasticsearch. Returns false if the record does not exist.
992993
* Parameters
993994
994995
| Name | Required | Type | Default | Description |

0 commit comments

Comments
 (0)