Add sort to find

This commit is contained in:
George Suntres
2026-04-25 12:42:30 -04:00
parent 7c60f4c57b
commit 374b4b22c9
6 changed files with 27 additions and 13 deletions

View File

@@ -97,6 +97,8 @@ func mapToOp(v string) string {
switch v {
case "eq":
return "$eq"
case "le":
return "$le"
case "includes":
return "$regex"
default: