marius00 / iagd

MIT License
104 stars 31 forks source link

Advanced search #209

Open nkstnkst opened 8 months ago

nkstnkst commented 8 months ago

Do we support search by conditions? e.g. total non-elemental resist > 100%

marius00 commented 5 months ago

The problem here is:

Neither are great for filtering, the first due to it being inaccurate, and the second due to it just "being text", which may not even be in English.

marius00 commented 5 months ago

It would probably be possible to hook into the translation method and in addition to the output text strings, also include the translation tag and the substitutes (stats/etc)

So theoretically possible, but non-trivial to get to work.