소스 검색

Mention json header. updates #395.

JC Brand 10 년 전
부모
커밋
3cbb93479f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/source/configuration.rst

+ 3 - 0
docs/source/configuration.rst

@@ -610,6 +610,9 @@ This setting enables the second mechanism, otherwise by default the first will b
 A default JSON encoded list of objects must be returned. Each object
 corresponds to a matched user and needs the keys ``id`` and ``fullname``.
 
+.. note::
+    Make sure your server script sets the header `Content-Type: application/json`.
+
 xhr_user_search_url
 -------------------