fadion / Bouncy

Map Elasticsearch results to Eloquent models
MIT License
71 stars 26 forks source link

Does this package allow us to access previous versions of documents? #23

Open Mobasher-NetLinks opened 8 years ago

Mobasher-NetLinks commented 8 years ago

I've used elasticquent, but for storing versioning of documents i found that Bouncy package is usable, but one question that is not clear for me is that, using this package can i store every actions of user, for example suppose user with id 100 update a record with id 20 and then may be the same user or other one update this record, can i store both of the actions, not replacing the previous document, and those documents will be searchable and i can access them?