marius00 / iagd

MIT License
104 stars 31 forks source link

Issues with free text search #199

Closed marius00 closed 2 months ago

marius00 commented 10 months ago
  1. The "searchabletext" field might be redundant now that we got real item stats?
  2. The real item stats contains a lot of color/bold/etc tags like ^K which are not stripped out, causing the text search to fail: (PI.namelowercase LIKE :name OR PI.searchabletext LIKE :wildcard OR R.text LIKE :wildcard)

Maybe time to deprecate the manual searchabletext column and instead strip item stats tags to better support search?

marius00 commented 2 months ago

Solved in 1.4.8909.36286