Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisunXia committed Nov 19, 2018
1 parent 5b30eee commit 133269e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ The package is developed and tested under Elasticsearch ``v6.*``. It should be a
],
'multi_fields_example' => [
'type' => 'text',
'fields' => [
'raw' => [
'type' => 'keyword'
]
'fields' => [
'raw' => [
'type' => 'keyword'
]
],
]
],
'created_at' => [
'type' => 'date',
'format' => 'yyyy-MM-dd HH:mm:ss',
Expand Down Expand Up @@ -989,6 +989,7 @@ The package is developed and tested under Elasticsearch ``v6.*``. It should be a
User::es()->find(5)
```
#### delete
* Delete a record from elasticsearch. Returns false if the record does not exist.
* Parameters
| Name | Required | Type | Default | Description |
Expand Down

0 comments on commit 133269e

Please sign in to comment.