You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Items which are attachments should be attached once they have IDs assigned
Current Behavior
When bulk-importing a bunch of entries, if an item references other items as attachments but those other items have not yet had IDs generated, the Attach directive is ignored.
Possible Solution
When the indexer sees a new item with missing attachments, it should be scheduled for a fixup pass.
Steps to Reproduce (for bugs)
Create a bunch of new items, e.g. root.mditem1.mditem2.md, where root.md has headers like:
Attach: item1.md
Attach: item2.md
Index the new items
Context
The text was updated successfully, but these errors were encountered:
Expected Behavior
Items which are attachments should be attached once they have IDs assigned
Current Behavior
When bulk-importing a bunch of entries, if an item references other items as attachments but those other items have not yet had IDs generated, the
Attach
directive is ignored.Possible Solution
When the indexer sees a new item with missing attachments, it should be scheduled for a fixup pass.
Steps to Reproduce (for bugs)
Create a bunch of new items, e.g.
root.md
item1.md
item2.md
, whereroot.md
has headers like:Index the new items
Context
The text was updated successfully, but these errors were encountered: