find operation
Aperta
- Lingua principale
- JavaScript
- Stelle
- 51
- Fork
- 18
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The `queryBuilder` should limit `AND` operators to 5(i.e: 6 keys).
DocumentDB throw an error:
"The SQL query exceeded the maximum number of 'AND' operators. The allowed limit is 5"
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Look for the queryBuilder implementation in the codebase, likely in a file like lib/queryBuilder.js. Identify where AND operators are generated and add a limit check before constructing the query. Test by creating a query with more than 5 keys to ensure the error is handled or prevented.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, mongodb, node.js
- Ambito
- backend, database
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100