[ACS-10514] fix leading and trailing operators (#4944)

* [ACS-10514] add search input operators validator, search input control test coverage, search utils multiple whitespaces handling in split

* [ACS-10514] review fixes

* [ACS-10514] cr fixes
This commit is contained in:
Grzegorz Jaśkowski
2026-01-13 09:43:51 +01:00
committed by GitHub
parent 83752656ac
commit 0f5940a33c
8 changed files with 201 additions and 11 deletions
+2 -1
View File
@@ -595,7 +595,8 @@
"LIBRARIES": "Libraries",
"MIN_LENGTH": "Search input must have at least 2 alphanumeric characters.",
"REQUIRED": "Search input is required.",
"WHITESPACE": "Search input cannot be only whitespace."
"WHITESPACE": "Search input cannot be only whitespace.",
"OPERATORS": "Search input cannot begin with, end with or contain only operators."
},
"SORT": {
"SORTING_OPTION": "Sort by",