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
Add an internal fields where a compressed version of the entry history is added.
Either just a list of modifiers: modified_by: ["user1","user2","user3"]
Or preferably, a nested field with user and modification timestamp: modified: [ {user: "user1", timestamp: 1728377906}, user: "user2", timestamp: 1728377907} ]
Add an internal fields where a compressed version of the entry history is added.
Either just a list of modifiers:
modified_by: ["user1","user2","user3"]
Or preferably, a nested field with user and modification timestamp:
modified: [ {user: "user1", timestamp: 1728377906}, user: "user2", timestamp: 1728377907} ]
so that one can do queries like:
@modified(and(equals|user|user1||gte|timestamp|1728377000))
The text was updated successfully, but these errors were encountered: