Add Tags to Search Query
jmbarne3 opened this issue · comments
Jim Barnes commented
Description
Ensure searches for events includes checking assigned tags.
Why it's Important
Tags should act like little keywords in addition to organizational units.
Alternatives
Possible Implementation
We should just be able to update the query to include the tag search by adding a | Q(tag__icontains=q)
or something similar.
Jim Barnes commented
I'm not sure if we can add time estimates anywhere within the project panel, but I'm going to say 4 hours to get this right.
Jim Barnes commented
Solved in #81.