jwjacobson / jazztunes

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

Create general search function for use in list, browse, and play views #227

Closed jwjacobson closed 3 months ago

jwjacobson commented 4 months ago

@ryaustin

This is sort of a continuation of #156

The list and browse search functions are slightly different so it will be good abstraction practice to get something more general. Also at present because the get_random_tune view doesn't accept a form, it can't take a timespan, which will be an important enrichment of the feature

jwjacobson commented 3 months ago

This is done but still needs to be integrated into the play template views