stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Performer filter: compare option for Height

Open Belleyy opened this issue 3 years ago • 2 comments

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 😋

Belleyy avatar Dec 13 '21 12:12 Belleyy

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.

kermieisinthehouse avatar May 04 '22 23:05 kermieisinthehouse

$30 bounty added (6-May-2022)

WithoutPants avatar May 06 '22 06:05 WithoutPants