Skip to content

Smart item search by abbreviation #1369

Closed
@fsufitch

Description

@fsufitch

Eve has a variety of abbreviations and acronyms for certain module types, and being able to search based on these would make the fit planning flow much smoother.

Examples:

  • Heavy Assault Missile Launchers are kind of a pain to search for. You need a query like hea ass miss, when it would be far more natural and intuitive to use players' actual abbreviations for it: HAM and HAML.
  • Ballistic Control Systems suffer from the same issue. Using BCS rather than bal con to find them would be fantastic.
  • Energized Adaptive Nano Membranes are difficult to search for because each one of their four words is shared with other very different modules. EANM would be much simpler to use.
  • Not all cases are strict acronyms based on the first letters of words. Damage Control modules are usually called DCUs by players.

Additionally, searching by these abbreviations should bring up all related items. For example, XLSB should bring up not only things that abbreviate to it, such as "X-Large Shield Booster II", but also things with obscure names, such as "X-Large C5-L Emergency Shield Overload I".

Taking a brief look at the code, this can probably be accomplished with a custom list of abbreviations manually managed in source code, rather than a complex query against the Eve DB. The results of abbreviation lookup can then be joined with the results of a regular item search.

Metadata

Metadata

Assignees

No one assigned

    Labels

    doneThis task is done! \o/enhancementThis is a feature request, or an idea to enhancement a current feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions