upenndigitalscholarship / deep

MIT License
3 stars 1 forks source link

"Filter" fields in admin should be object fields #115

Closed ZacharyLesser closed 1 year ago

ZacharyLesser commented 1 year ago

Unless I'm missing something, I think ALL the fields that are marked "filter" -- that are functioning to manage the filter choices -- should all be object fields, right?

Here's an example. The Play Type: Filter should be objects, with 3 different objects in there, and each could be hit by a search.

Having these as object fields will make them easier to edit; and also might solve the problem of blanks or n/a being hit by searches that they shouldn't be hit by?

filter.pdf