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

perf: improve perf inside search #2663

Closed
wants to merge 9 commits into from
Closed

perf: improve perf inside search #2663

wants to merge 9 commits into from

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    3a27c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1e5acf View commit details
    Browse the repository at this point in the history
  3. feat(search): improve search by querying fewer data

    Selector is mandatory when using .select or .partialIndex
    cozy/cozy-client#1216
    trollepierre committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1133fb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    8d4abc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    298411d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    ba47d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcbc83 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. fix(search): isNote should not check all metadata, missing while fetc…

    …hing
    
    we don't fetch all metadata param of file, because this field may make requests much bigger
    
    that's why we need to create a specific method to fix this problem
    trollepierre committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    db97874 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    1cd1efc View commit details
    Browse the repository at this point in the history