search-query-parser icon indicating copy to clipboard operation
search-query-parser copied to clipboard

An un-parser for the parsed value.

Open AbdulKadirKhann opened this issue 2 years ago • 1 comments

Problem

There is no functionality given to un-parse the parsed input. The users have to manually write a own code to implement this. Can we consider adding this?

AbdulKadirKhann avatar Dec 05 '22 12:12 AbdulKadirKhann

There is a stringify method that reconstructs a query string from the parsed result

Ivan-Roger avatar Mar 09 '23 10:03 Ivan-Roger