Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customizable results - supporting more operators/separators #53

Open
seiyria opened this issue Dec 6, 2022 · 0 comments
Open

customizable results - supporting more operators/separators #53

seiyria opened this issue Dec 6, 2022 · 0 comments

Comments

@seiyria
Copy link

seiyria commented Dec 6, 2022

right now, the library supports - for ranges and , for arrays, but would be nice is the ability to support other separators and the keys they get put into. I would like to add support for + into an ands property, where it would not mix with other operators.

so:

  • id:x+y would result in { ands: { id: ['x', 'y'] } }
  • id:x id:y+z would result in { id: ['x'], ands: { id: ['y', 'z'] } }

alternatively, just having support for ands would be nice too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant