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

Provide a new plugin for indexing repeating subfields #414

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 14, 2024

  1. Provide a new plugin for indexing repeating subfields

    The `scheming_subfields_index` plugin will group the values of the
    same subfields in a text field that will make the values findable.
    They are indexed as `extras_{field_name}__{key}`. `extras_*` is a
    dynamic `text` Solr field that will allow free-text search on these
    values.
    
    Added tests and updated the docs.
    amercader committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0b67416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1edab View commit details
    Browse the repository at this point in the history
  3. No f-strings in py2

    amercader committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    aaac51f View commit details
    Browse the repository at this point in the history
  4. mock for py2

    amercader committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e0b248f View commit details
    Browse the repository at this point in the history