to my knowledge bubble has always had the deleted thing still in a list bug
shopping cart has list of 5 cart items
user deletes a cart item (deletes the thing, but doesn’t remove it from the carts list of items)
shopping cart still has 5 cart items
I’ve always built the workflows as
remove from list
delete the thing
although I rarely use delete a thing and just soft delete it in the data instead
the bug I am reporting is search:count being cached when it should not be and didn’t use to be (from what I remember - but maybe I just didn’t notice it)
1 Like