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

[DAT-70] feat: Do not use flexsearch store #2623

Merged
merged 1 commit into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. feat: Do not use flexsearch store

    Flexsearch has a built-in store capability, in order to store the full
    content of indexed documents.
    This is useful, however, this takes extra memory for nothing, as we
    already have the cozy-client store. All the indexed documents for the
    search are supposed to exist in cozy-client store, as we query them from
    Pouch at init, and retrieve updates from realtime, already plugged in
    cozy-client.
    paultranvan committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b516498 View commit details
    Browse the repository at this point in the history