bitovi / bitovi/querystring-parser

Unable to parse filter when the string contains : - , + , _ , * or any num alpha numerical sign.

Open
#83 2 comments 0 reactions 1 assignee Claimed by @michael-dean-haynie View on GitHub
Dominant language
JavaScript
Stars
9
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.