We're building a probably rather atypical use case with Typesense. We have a POS application in which we want need to build an inventory solution (to count all the articles in a store).
I think it's a super neat use case for the JOINs, but one thing would be super cool: Updating a document not with an absolute value, but with a +1.
e.g. the field "count" has the value "3" and I upsert the document with count+1, it would get the value 4.
Is something like this planned or even does make sense for you guys? 🙂