-
Notifications
You must be signed in to change notification settings - Fork 40
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
Search query formatting #21
Comments
I think this would be best for another lib rather than be included in that one. I'd want to keep the lib as small as possible. |
That's very reasonable but then you'd have to version and document the API
of the object between them
|
Is is possible to code a 10-15 lines implementation of that? |
@nepsilon I would also be interested in such a function. If you want, I can spend some time and I think we can keep it quite short. My use case is that I would like to manipulate the object instead of a string whenever I add/remove search options and check for duplicates on the front-end. |
As long as we keep the current tests passing and don't bloat it then I'm ok with it. |
Would it be possible to get a function that turns these objects back into strings?
The text was updated successfully, but these errors were encountered: