close
Warning:
Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Feb 19, 2010, 11:34:24 AM (15 years ago)
- Author:
-
hales
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v38
|
v39
|
|
49 | 49 | == Dictionary Search == |
50 | 50 | |
51 | | '''Request:''' ''servername''/''dictionary_code''?action=queryList&word=''search_query''[&add_def=''true/false''][&maxres=''number''] |
| 51 | '''Request:''' ''servername''/''dictionary_code''?action=queryList&word=''search_query''[&add_def=''true/false''][&maxres=''number''][&show_toomany=''true/false''] |
52 | 52 | |
53 | 53 | search_query:: |
… |
… |
|
57 | 57 | maxres:: |
58 | 58 | optional parameter, number of maximum results returned (default 100) |
| 59 | show_toomany:: |
| 60 | optional parameter, if set to true and the number of results is higher then ''maxres'', the answer contains one more result with `value: "..."` and `label: "..."` |
59 | 61 | |
60 | 62 | '''Response:''' JSON encoded array of hashes with following structure |