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

Search for pronouns in field values, names and the bio #72

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

Commits on Aug 14, 2023

  1. Search for pronouns in field values, names and the bio

    The old approach was refactored. With this commit we are applying all
    searches to each individual field, including their name and value. This
    approach is optimized for speed in that regard, that we do the API calls
    as the last step.
    nachtjasmin committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    48acb49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af53085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b3a7ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81b3684 View commit details
    Browse the repository at this point in the history
  5. only match words seperated by slash

    too many false positives for comma
    ItsVipra authored and nachtjasmin committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    075d6cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ad785e View commit details
    Browse the repository at this point in the history
  7. add a bunch of debug statements

    ItsVipra authored and nachtjasmin committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    907405d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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