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

feat: Apply data enhancement to realtime results for specific doctypes #1411

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. feat: Apply data enhancement to realtime results for specific doctypes

    This enrichment closes the gap between the results of queries from the
    cozy-stack and realtime. In fact, realtime returns the document
    directly from the database, unlike the stack, which can add computed
    fields. Without them, it can lead to instable behaviour in
    applications. Some applications fix some issue by reimplementing the
    RealTimeQueries component. This commit aims to provide unifed api to
    avoid duplicated code. It can also be used as a reference when we want
    to close the gap.
    cballevre committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7bd3a29 View commit details
    Browse the repository at this point in the history