Skip to content

Add alternate names for each exercise #302

Description

@danneu

To improve searching, we could enumerate alternate names for each exercise.

For example, anyone building an exercise app would want to ensure that a user searching for "landmine row" will find "t-bar row":

{ 
    "name": "T-Bar Row with Handle",
    "alternateNames": ["Landmine Row"]
}

Now people can build their own fuzzy search: fullTextIndex(exercise.name + ' ' + exercise.alternateNames.join(' ')).

Thanks for putting this together.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions