ajslater / codex

Codex is a web based comic archive browser and reader
GNU General Public License v3.0
202 stars 6 forks source link

Search by Issue Number Fails #356

Closed beville closed 6 months ago

beville commented 6 months ago

Searching by issue number doesn't ever seem to work

series:'Walking Dead' issue:2 series:'Walking Dead' number:2 series:'Walking Dead' issue_number:2 series:'Walking Dead' 2

ajslater commented 6 months ago

This should be fixed in v1.5.8 The fix was a little larger than just this bug. There is a new search field issue which is a string comprised of issue_number + issue_suffix issue_number is now a working searchable variable precision float instead of a difficult to use fixed precision decimal. so is community_rating and critical_rating.

A search index rebuild will be required to index these correctly.

Thanks for reporting this. I feel better that this is less crummy.