Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dev:web_api:v3:basics [2019/02/05 03:43] – [Resources] dstillmandev:web_api:v3:basics [2019/08/10 07:03] – [Searching] dstillman
Line 131: Line 131:
 | ''itemType'' | [[#search_syntax|search syntax]] | null | Item type search | | ''itemType'' | [[#search_syntax|search syntax]] | null | Item type search |
 | ''q'' | string | null | Quick search. Searches titles and individual creator fields by default. Use the ''qmode'' parameter to change the mode. Currently supports phrase searching only. | | ''q'' | string | null | Quick search. Searches titles and individual creator fields by default. Use the ''qmode'' parameter to change the mode. Currently supports phrase searching only. |
-| ''qmode'' | ''titleCreatorYear'', ''everything'' | ''titleCreatorYear'' | Quick search mode. To include full-text content in the search, use ''everything''. Searching of other fields will be possible in the future. | 
 | ''since'' | integer | ''0'' | Return only objects modified after the specified library verson. | | ''since'' | integer | ''0'' | Return only objects modified after the specified library verson. |
 | ''tag'' | [[#search_syntax|search syntax]] | null | Tag search | | ''tag'' | [[#search_syntax|search syntax]] | null | Tag search |
 +
 +==== Search Parameters (Items Endpoints) ====
 +
 +^ Parameter ^ Values ^ Default ^ Description ^
 +| ''qmode'' | ''titleCreatorYear'', ''everything'' | ''titleCreatorYear'' | Quick search mode. To include full-text content, use ''everything''. Searching of other fields will be possible in the future. |
 +
 +==== Search Parameters (Tags Endpoints) ====
 +
 +^ Parameter ^ Values ^ Default ^ Description ^
 +| ''qmode'' | ''contains'', ''startsWith'' | ''contains'' | Quick search mode. To perform a left-bound search, use ''startsWith''. |
 +
 +==== Search Parameters (Tags-Within-Items Endpoints) ====
 +
 +These parameters can be used to search against items when returning tags within items. In such cases, the main parameters (''q'', ''qmode'', ''tag'') apply to the tags themselves, as the primary objects of the request.
 +
 +^ Parameter ^ Values ^ Default ^ Description ^
 +| ''itemQ'' | string | null | Same as ''q'' in an ''items'' request | 
 +| ''itemQMode'' | ''contains'', ''startsWith'' | ''contains'' | Same as ''qmode'' in an ''items'' request |
 +| ''itemTag'' | [[#search_syntax|search syntax]] | null | Same as ''tag'' in an ''items'' request |
 +
  
 ==== Search Syntax ==== ==== Search Syntax ====
dev/web_api/v3/basics.txt · Last modified: 2024/04/07 07:24 by dstillman