Danbooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More ยป
Search Changes Help | Posts (0) History
  • Help
guro
scat
furry -rating:g

Recent Changes (all)

  • ashiya douman (fate)
  • fujimaru ritsuka (female) (concept dress)
  • merlin (concept dress) (fate)
  • leonardo da vinci (concept dress) (fate)
  • captain nemo (concept dress) (fate)
  • artoria caster (concept dress) (fate)
  • senji muramasa (concept dress) (fate)
  • artoria caster (new year 2022) (fate)
  • saber (fgo fes. 2024) (fate)
  • merlin (fgo fes. 2024) (fate)
  • mandricardo (fgo fes. 2024) (fate)
  • leonardo da vinci (fgo fes. 2024) (fate)
  • koyanskaya (fgo fes. 2024) (fate)
  • artoria caster (chinese ver. new year 2025) (fate)
  • oberon (chinese ver. new year 2025) (fate)
  • list of miracle nikki outfits
  • do deuce (racehorse)
  • tabara seiki
  • shigure ai
  • kitasan black (racehorse)
  • t.m. opera o (racehorse)
  • danon decile (racehorse)
  • tsunoda kouichi
  • mirco demuro
  • wada ryuji

Options

  • Wiki History
  • Discussions
  • What Links Here

help:text syntax

When searching by text, the following variation in search parameters may be used.

Direct comparisons

These take the text field in its entirety when making the comparison as selected by the qualifier. The following qualifiers are available.

  • (No qualifier) - Direct equality comparison.
  • *_eq - Same as above.
  • *_not_eq - Direct inequality comparison.
  • *_like - Equality comparison, supports the wildcard "*".
  • *_ilike - Same as above, though with case-insensitivity.
  • *_not_like - Inequality comparison, supports the wildcard "*".
  • *_not_ilike - Same as above, though with case-insensitivity.
  • *_regex - Regex equality comparison, follows Postgres' ERE regex formatting rules.
  • *_not_regex - Regex inequality comparison, follows Postgres' ERE regex formatting rules.
Array comparisons

These break up the text field allowing multiple comparisons at once, either using the URL array format or a certain text separator. The following qualifiers are available.

  • *_array - Uses the URL array format making direct equality comparisons.
    • Example: search[name_array][]=foo&search[name_array][]=bar
  • *_comma - Uses a comma to break up the text field.
  • *_space - Uses a space to break up the text field.

Note: A lowercase transformation will be applied on both sides of the equality comparison on search parameters that use the "lower" qualifier, e.g. search[name_lower_comma]=Foo,Bar

All parameter variations

For the following, NAME is the name of the record field being searched for.

  • NAME
  • NAME_eq
  • NAME_not_eq
  • NAME_like
  • NAME_not_like
  • NAME_ilike
  • NAME_not_ilike
  • NAME_regex
  • NAME_not_regex
  • NAME_array
  • NAME_comma
  • NAME_space
  • NAME_lower_array
  • NAME_lower_comma
  • NAME_lower_space

See also

  • Help:Number syntax
  • Help:Array syntax
  • Help:API

External links

  • Postgres article on regular expressions
Terms / Privacy / Upgrade / Contact /