Closed
Description
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
andHAML
. - Ballistic Control Systems suffer from the same issue. Using
BCS
rather thanbal 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
DCU
s 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.