(query) Bump query length, see what happens :P

This commit is contained in:
Viktor Lofgren 2024-02-25 16:01:45 +01:00
parent 1a51ec2d69
commit 5604e9f531

View File

@ -81,7 +81,7 @@ public class QueryFactory {
var basicQuery = queryParser.parse(query);
if (basicQuery.size() >= 8) {
if (basicQuery.size() >= 12) {
problems.add("Your search query is too long");
basicQuery.clear();
}