Keys you can use for searching: id
, name
, author_id
, author_name
, description
, tags
, platforms
, uploader_id
, created_at
, updated_at
, user_tags
, ai_tags
, ai_tags_v2
, favorite_count
, comment_count
, selected_count
, all
.
description*:"girl" name*:"girl"
- Description and name must contain girl.description?*:"girl" name?*:"girl"
- Description or name can contain girl.description*:"girl" tags!*:"sex"
- Description must contain girl and tags must not contain sex.ai_tags*:["tag1", "tag2"]
- Must have tag1 and tag2 on AI Tags. This is anAND
condition.ai_tags?*:["tag1", "tag2"]
- Can have tag1 or tag2 on AI Tags. This is aOR
condition.