fix(catalog): update search table in transaction

- run the delete and insert in transaction for entity search
- mark the deferred stitching done only after search is also updated

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-10-07 14:18:06 +03:00
parent 5bff622684
commit f1cab41be1
2 changed files with 16 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Update catalog search table in transaction