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

Add option to specify default flexSearch case-sensitivity #237

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Feb 18, 2022

  1. Drop support for node 12

    Yogu committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    18bdf2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80b2e5a View commit details
    Browse the repository at this point in the history
  3. Default isFlexSearchIndeCaseSensitive to false

    Also, add a model option to change this.
    Yogu committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    5134708 View commit details
    Browse the repository at this point in the history
  4. Make field </<= x always match null values

    This is how regular filters behave.
    Yogu committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    f28f587 View commit details
    Browse the repository at this point in the history
  5. Do not emit flex search order if it matches primary sort

    We thought you should remove the sorting clause to
    get better performance, but actually sorting is no
    longer guaranteed if you omit it, and the docs say
    that performance is improved when sorting matches
    the primary sort.
    Yogu committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    6495bfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f631f39 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. wip forgot what this is

    Yogu committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4087a8a View commit details
    Browse the repository at this point in the history