jwjacobson / jazztunes

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

Reconvert basic search to AND #225

Closed jwjacobson closed 4 months ago

jwjacobson commented 4 months ago

Somewhere along the line the basic search changed from AND to OR logic when you enter multiple terms. Need to refactor to make it AND again

ryaustin commented 4 months ago

It sounds like you're clear on what to use here (Q objects?)

jwjacobson commented 4 months ago

I was using the or operator | instead of the & operator!