jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 0 forks source link

Allow searching of boolean fields in basic search #170

Closed jwjacobson closed 5 months ago

jwjacobson commented 6 months ago

I'm not sure where exactly this would happen validation-wise, but the idea is that you could search "ballad" and this would return every tune with is_ballad = True.

For now these boolean fields are not accessible to the user so as not to overcomplicate the tune creation process, but I can set them in the admin page

bbelderbos commented 6 months ago

Would these be yes/no dropdowns?

jwjacobson commented 5 months ago

Planning to capture this functionality with the tagging feature so no need to pursue