mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +00:00
Encode api key in header, POST request body and GET query param for search as utf-8 to avoid the multibyte char in request issue when making API calls from khoj.el to khoj server. Resolves #935