Skip to content

Can't replace a file in a single index job #221

Description

@aminnausin

Issues

  • File deletions and inserts happen in the reverse order, meaning new files can never know if they are replacing one in the same transaction
  • This means moving a file and immediately scanning the move is likely to lose metadata information
  • This was mitigated by removing the file, indexing, and readding the file and indexing again in 4 steps rather than 2

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglaravelLaravel/PHP changes

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions