Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

[Task]: Follow-up on ElasticSearch Indices #137

Open karenroldan opened 1 year ago

karenroldan commented 1 year ago

Details

Consolidating a list of comments related to search results from issue searching may be connected to the way ElasticSearch indices are maintained.

Context: pdtkmj-1wK-p2#comment-2771

Edits are not being reflected in the title and content preview for some issues.

Context: pdtkmj-1wK-p2#comment-2783

When searching for open issues, it seems to surface deleted issues as well. Try searching for open “Publicize” issues to reproduce: it will return this deleted issue.

Checklist

dpasque commented 12 months ago

Noting for future:

The core issue here is for our internal indices at a8c, we don't re-index them when issues are updated (edits, transfers, deletes count here too).

I believe there were some significant performance concerns initially, but we could re-explore this.