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.

Changes between Version 38 and Version 39 of WordNetApi


Ignore:
Timestamp:
Feb 19, 2010, 11:34:24 AM (15 years ago)
Author:
hales
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v38 v39  
    4949== Dictionary Search ==
    5050
    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'']
    5252
    5353 search_query::
     
    5757 maxres::
    5858  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: "..."`
    5961
    6062'''Response:''' JSON encoded array of hashes with following structure