ukrbublik / react-awesome-query-builder

User-friendly query builder for React
https://ukrbublik.github.io/react-awesome-query-builder
MIT License
1.99k stars 495 forks source link

Plain Text format output for query #367

Open report-zone opened 3 years ago

report-zone commented 3 years ago

It would be nice to have a plain (english, i18n) output of the query as this would be very useful for non-technical users to have a natural language description of what their specified query does.

Did some online search but there are no obvious javascript packages that convert SQL to natural language, there are some natural language to sql projects though :-)

ukrbublik commented 3 years ago

queryString() with isForDisplay = true (see humanStringFormat in demo) is intended to be natural language description of query

report-zone commented 3 years ago

Thanks, I saw that. It's better but not really natural language :-)