help:chaining_syntax
The following variations on search parameters can be used on attributes that allow search chaining.
h5. Attribute ID
This is the ID for the type of attribute being queried.
* Qualifier:
*_id* Example:
search[artist_id]
h5. Has attribute
This checks for the existence of the attribute, for such cases when the attribute is optionally included.
* Qualifier:
has_** Example:
search[has_tag]
h5. Sub-attributes
This passes the sub search parameters to the attribute directly.
* Qualifier:
[*][SEARCH_TERM]* Example:
search[creator][id]
See Help:Hash syntax for more information on this URL format.
See also
* Help:User syntax
* Help:Post syntax
* Help:Hash syntax
* Help:API