eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Store *all* results for a given key #11

Closed eagleflo closed 3 years ago

eagleflo commented 3 years ago

A pretty clear bug: there are multiple entries for many keb, reb and gloss elements. Storing every match instead of overwriting the results constantly produces much better lookup results (duh).