Tag search fails for some queries

Issue #24 resolved
Markus repo owner created an issue

Try to search for "dango", "ccc", "ddd". Might have something to do with non-ascii characters.

Comments (3)

  1. Markus reporter

    The search string is later appended to _GETUSR which has a % character in it. Therefore, Python interprets it as a hexadecimal number and converts it into a non-ascii character. Solution: escape the % character.

  2. Log in to comment