bitovi / bitovi/querystring-parser
Unable to parse filter when the string contains : - , + , _ , * or any num alpha numerical sign.
Offen
#83
2 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @michael-dean-haynie
Auf GitHub ansehen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 9
- Forks
- 5
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Here is the query I tried with
```bash
ps = qps.parse("filter=and(any('value','53','54','269','55','56','62','70','73','100'),any('userId','2','2:63'))")
# response { orm: 'sequelize', data: {}, errors: [] }
```
If I remove the options '2:63', it works fine. what is the issue please.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.