We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a009ee9 commit e345ff9Copy full SHA for e345ff9
backend/PyMatcha/routes/api/search.py
@@ -78,6 +78,7 @@ def search():
78
if max_distance != -1:
79
raise BadRequestError("user needs to sets his location first")
80
81
+ common_tags = []
82
if tags:
83
user_tags = [t.name for t in user.get_tags()]
84
common_tags = _get_common_tags(tags, user_tags)
0 commit comments