UCF / unify-events

events system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Tags to Search Query

jmbarne3 opened this issue · comments

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.

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.

Solved in #81.