committed
afa3bd5
Commits
Comments (0)
Files changed (1)
-
+8 -4M src/api_v2/handlers.py
src/api_v2/handlers.py Modified
- Ignore whitespace
+ if (search and search in k1) or (prefix and k1.startswith(prefix)) or (not search and not prefix):