Roy Sharon
Results
2
issues of
Roy Sharon
When using a string including a keyword with an empty value, calling `parse` and then `stringify` produces an empty string: ```javascript import parser from 'search-query-parser' const orgStringified = 'brakes:' const...
When using a keyword with multiple values that one of them includes a space, `stringify` method works as expected, but `parse` does not produce the same query: ```javascript import parser...