Hello Typesense community, I have a question regarding to update data in Typesense collection - is there a way to do some sort of preconditional/conditional write?
The scenario I'm checking this for is in our case, we will be continuously syncing data on Typesense whenever that gets changed in our database, and say data from our database has a version number, we want to check if we can use that version number to ensure the update in Typesense is properly ordered? For example, if two updates from our database trigger two updates to Typesense, and those two updates can be in arbitrary order, we want to make sure we dont sync the stale data