mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 08:23:18 -03:00
* separate kws based on categories * auto include kws based on field options * add roman numeral parse * add number to name * split out json search alikes to be per category * add new kws columns to Files * add search sample for determining if a game is in a series (maybe this could be useful somewhere else, too)
15 lines
422 B
JSON
15 lines
422 B
JSON
[
|
|
["vmu", "visual memory unit"],
|
|
["cd", "compact disc"],
|
|
["bd", "blu-ray", "blu ray"],
|
|
["hd", "high definition"],
|
|
["pdf", "portable document format"],
|
|
["dlc", "downloadable content"],
|
|
["byteswapped", "byte swapped"],
|
|
["bigendian", "big endian"],
|
|
["littleendian", "little endian"],
|
|
["pc88", "pc-88", "pc 88"],
|
|
["dvd", "digital video disc", "digital versatile disc"],
|
|
["bros", "brothers", "bros."]
|
|
]
|