unrecognized key \"$and\" for filtering
- Vorherrschende Sprache
- Go
- Sterne
- 367
- Forks
- 43
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
1. unrecognized key \"$and\" for filtering; 2. unrecognized key \"$between\" for filtering; 3. $or: Error 1241: Operand should contain 1 column(s)
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
The issue reports parsing errors for '$and', '$between', and a SQL error for '$or'. Look at the parser in the rql package, likely in a file like parser.go or ast.go, to see how filter keys are validated. Test the parsing of these operators against the supported syntax documentation. A fix would involve updating the parser to recognize these keys and generate correct SQL, then running existing tests to ensure no regressions.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- go
- Bereich
- api, backend, databases
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 40/100