Improve the search to give as many results as possible (#5839)

This commit is contained in:
D8H
2023-10-26 11:01:57 +02:00
committed by GitHub
parent 8820bd45e4
commit 5fe4f23c83

View File

@@ -79,7 +79,7 @@ export const getFuseSearchQueryForMultipleKeys = (
});
return {
$and: searchQuery,
$or: searchQuery,
};
};