stash-box icon indicating copy to clipboard operation
stash-box copied to clipboard

[Bug Report] Some Performer Filter Criterions Do Not Work

Open sashapp opened this issue 1 year ago • 0 comments

Describe the bug I am using Postman to send GraphQL queries (queryPerformers query). I am testing the filter criterions. Some work, some don't.

Am I missing something? Is this a known issue?

All queries look as follows, I just exchanged the filter criterion.

query QueryPerformers {
    queryPerformers(
        input: { name: "Mary", breast_type: { value: NATURAL, modifier: EQUALS } }
    ) {
        count
        performers {
            name
            breast_type
        }
    }
}

Working filters:

  • gender
  • age
  • ethnicity
  • country
  • is_favorite

Filters that do nothing:

  • eye_color
  • hair_color
  • height
  • cup_size
  • band_size
  • waist_size
  • hip_size
  • breast_type
  • career_start_year
  • career_end_year

To Reproduce Steps to reproduce the behavior:

  1. Open Postman.
  2. Create GraphQL query with URL https://stashdb.org/graphql.
  3. Add API key to authenticate query.
  4. Copy paste query above and compare number of results with and without filter.

Expected behavior Performers should be filtered, respecting all set filter criteria.

Screenshots If applicable, add screenshots to help explain your problem please ensure that your screenshots are SFW or at least appropriately censored.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

sashapp avatar Oct 28 '24 11:10 sashapp