inveniosoftware / invenio-records-rest

Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4 stars 62 forks source link

views: indexing #172

Closed dinosk closed 6 years ago

dinosk commented 6 years ago

Currently there is no Elasticsearch indexing for the actions performed from the views. It can be added after the db.session.commit() so that nothing is indexed after a potential db rollback.