Skip to content
Snippets Groups Projects
Commit c1f3f939d10b authored by Arthur Lutz's avatar Arthur Lutz
Browse files

[views] activate fuzzy search by default

parent 17f8afaefb4e
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@
if query:
return compose_search(search,
query=query,
fuzzy=True,
fields=self.fields,
parents_for=self.parents_for,
children_for=self.children_for)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment