add small comment

This commit is contained in:
Markos Gogoulos
2020-12-25 15:07:50 +02:00
parent 9339443ddf
commit 47936b8be7
2 changed files with 7 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ class SearchRSSFeed(Feed):
elif tag:
media = media.filter(tags__title=tag)
elif query:
# same as on files.views.MediaSearch: move this processing to a prepare_query function
query = helpers.clean_query(query)
q_parts = [
q_part.strip("y")