nepsilon / search-query-parser

A simple parser for advanced search query syntax
https://www.npmjs.org/package/search-query-parser
MIT License
251 stars 40 forks source link

An un-parser for the parsed value. #52

Open AbdulKadirKhann opened 1 year ago

AbdulKadirKhann commented 1 year ago

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?

Ivan-Roger commented 1 year ago

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