mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-21 22:07:59 -05:00
add small comment
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user