Deployment details:
- App version 2.2.0
- Platform any
- Docker image tag 2.2.0
Bug description:
Problem recurring
If the title of bookmark/app set by the user contains non-English characters such as CJK.

When users search, they will not get results.

Solution
When the user searches locally, the input content is not URL-encoded

To solve this problem, I submitted a PR
#278
Deployment details:
Bug description:
Problem recurring
If the title of bookmark/app set by the user contains non-English characters such as CJK.
When users search, they will not get results.
Solution
When the user searches locally, the input content is not URL-encoded
To solve this problem, I submitted a PR
#278