Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Performer filter: compare option for Height #2113

Closed
Belleyy opened this issue Dec 13, 2021 · 2 comments · Fixed by #3060
Closed

[Feature] Performer filter: compare option for Height #2113

Belleyy opened this issue Dec 13, 2021 · 2 comments · Fixed by #3060
Labels
bounty This issue has a bounty on it in the OpenCollective feature request

Comments

@Belleyy
Copy link
Contributor

Belleyy commented Dec 13, 2021

Is your feature request related to a problem? Please describe.
The current Height filter don't have a option to give you performer based of a desired amount.
Tbh the current option for Height are not really useful... (Include ?, regex ?)

Describe the solution you'd like
Having greater than, less than, between and not between.

Additional context
Weight filter already have it but not Height 😋

@kermieisinthehouse
Copy link
Collaborator

This probably requires a migration casting height into an int, and perhaps renaming it height_cm.

In a test of my database using SELECT height FROM performers WHERE printf("%d", height) != height;, the only entries that I had that were not a simple cast just included the string 'cm' at the end, or were only whitespace.

@WithoutPants WithoutPants added bounty This issue has a bounty on it in the OpenCollective feature request labels May 6, 2022
@WithoutPants
Copy link
Collaborator

$30 bounty added (6-May-2022)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty This issue has a bounty on it in the OpenCollective feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants