Encoding of non-english search query #527
yongbin
started this conversation in
Kagi Search API Feature Requests & Ideas
Replies: 1 comment
-
You'll want to percent-encode the query string you append to your URL, i.e.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about using the Search API for non-English languages.
I checked the example for 'microsoft' in the enrich api example and called it to get the result. However, I did not succeed when I changed the query to my native language (Korean). I tried two ways to pass the UTF-8 encoded q directly and base64 encoded, but it was the same. How should I pass the query to use a non-English language as a query in the API?
Beta Was this translation helpful? Give feedback.
All reactions