minor fix search 500
This commit is contained in:
parent
bf142a87d4
commit
81fa32e692
2 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,7 @@ class Indexer:
|
|||
elif category:
|
||||
f.append(f"_class = '{category}'")
|
||||
if tag:
|
||||
t = tag.replace("'", "")
|
||||
t = tag.replace("'", "").replace('"', "")
|
||||
f.append(f"tags = '{t}'")
|
||||
filter = ' AND '.join(f)
|
||||
else:
|
||||
|
|
|
@ -6,6 +6,7 @@ django-sass
|
|||
django-rq
|
||||
django-hijack
|
||||
django-user-messages
|
||||
django-slack
|
||||
meilisearch
|
||||
easy-thumbnails
|
||||
lxml
|
||||
|
|
Loading…
Add table
Reference in a new issue