mattporritt / moodle-search_elastic

An Elasticsearch engine plugin for Moodle's Global Search
https://moodle.org/plugins/search_elastic
GNU General Public License v3.0
16 stars 13 forks source link

Modifying activity results in duplicate result #16

Closed mattporritt closed 7 years ago

mattporritt commented 7 years ago

When an existing activity is edited and the search index updated, the number of returned search results for that activity increases by one. This occurs every time the activity is modified and re indexed resulting in an ever increasing number of results for the same activity

mattporritt commented 7 years ago

yeah this was a bit of a clanger. Had to do with how we were assigning internal document index's in elastic search. The latest push to master fixes it