Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index modifiers and maybe timestamp of modification #289

Open
majsan opened this issue Oct 8, 2024 · 0 comments
Open

Index modifiers and maybe timestamp of modification #289

majsan opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@majsan
Copy link
Member

majsan commented Oct 8, 2024

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))

@majsan majsan added the enhancement New feature or request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant