James Pudson
James Pudson
Thanks for the report. Would you want to provide a PR handling this case?
Thanks @rschick 👍 Merged and published as v1.5.1.
Thanks @LordMike , I confirm I see the same issue. I added 4 more tests in #50 , 2 of them are failing due to this bug. I don't have...
That's a great suggestion, I'd accept a PR for this.
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.
Is is possible to code a 10-15 lines implementation of that? For what use cases would you use object2string?
As long as we keep the current tests passing and don't bloat it then I'm ok with it.
Having a `re:` is a great idea. I'd accept a PR adding such a feature. Backslash removal can be changed as long as we keep passing the existing unit tests.
Got it. Thanks for the detailed explanation. So to confirm, the output of: ```javascript const options = { tokenize: true, offsets: false, keywords: ['re'], } searchQuery('re:te\st re:te\\st re:"te\\st" re:te\\\st something...
Sounds like a good feature, happy to accept and merge a pull request for that.