impress/app/models/item/search
Matchu 4d722dd5c5 Simplify filter API a bit
Not doing the tricks with `is_positive` anymore, instead just calling different functions altogether at the call site.

Also, instead of classes, I feel like this is a lot more concise to just write as class methods that create certain instances of a trivial `Filter` data class. Without the tricks of `is_positive` in play, the value of classes goes way down imo.
2023-07-26 11:47:00 -07:00
..
error.rb Start building new item search 2023-07-22 19:01:40 -07:00
query.rb Simplify filter API a bit 2023-07-26 11:47:00 -07:00