-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading query from queryBuilderFormat. #1069
Comments
I have plans to add import from MongoDb format. |
@ukrbublik Sorry to bother you again. Is there an util to convert Jquery query builder format to MongoDB? Because with my legacy application Jquery format is already stored and i need load them in react-awesome-query-builder and I cannot load Jquery query builder just to convert. Also if you have plans to import from MongoDb, would you mind sharing the timeline. |
There is a plugin for Jquery query builder It should not be complex to implement convertor from Jquery query builder (because formats are similar) or from MongoDb, but I can't give timelines cause it's my hobby project and I work on it in my spare time |
thats ok. Really appreciate your quick response and directions. I'll take from here. |
@ukrbublik Did you get a chance to add an import from MongoDB? thx. |
Not yet |
we have a legacy application where the Jquery query builder is used and all queries are stored in queryBuilderFormat. Now I need to load the old data in react-awesome-query-builder. It would be great if I can get a util to convert queryBuilderFormat to immutable tree format or vice versa or a util to load query builder using queryBuilderFormat.
Thanks and regards,
Naveen B C
The text was updated successfully, but these errors were encountered: