Miyuu's Image Board

help:chaining_syntax


The following variations on search parameters can be used on attributes that allow search chaining.

Attribute ID

This is the ID for the type of attribute being queried.

  • Qualifier:
    *_id
  • Example:
    search[artist_id]

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]

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