adamfairholm / Elasticquent

Map Larvel Eloquent models to Elasticsearch types
MIT License
201 stars 38 forks source link

How we can track every actions of user and not replace the stored documents? #40

Open Mobasher-NetLinks opened 8 years ago

Mobasher-NetLinks commented 8 years ago

Suppose in a case we need to store all actions of users that they do with a record, for example a user with id 100 update the record with id 12 and we store that in a document, after that the same user or any other user updated the same record, or delete this record now we should store new document, and not replace the first one.