Skip to content
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

Open
Naveenbc opened this issue Jun 24, 2024 · 6 comments
Open

Loading query from queryBuilderFormat. #1069

Naveenbc opened this issue Jun 24, 2024 · 6 comments
Labels
Milestone

Comments

@Naveenbc
Copy link

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

@ukrbublik
Copy link
Owner

I have plans to add import from MongoDb format.
Did you consider to convert jQuery query builder format to MongoDb?

@ukrbublik ukrbublik added this to the Import milestone Jun 27, 2024
@Naveenbc
Copy link
Author

Naveenbc commented Jul 4, 2024

@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.

@ukrbublik
Copy link
Owner

There is a plugin for Jquery query builder
https://querybuilder.js.org/plugins.html#mongodb-support
https://querybuilder.js.org/demo.html#import_export

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

@Naveenbc
Copy link
Author

Naveenbc commented Jul 5, 2024

thats ok. Really appreciate your quick response and directions. I'll take from here.

@ValYouW
Copy link

ValYouW commented Jul 25, 2024

I have plans to add import from MongoDb format. Did you consider to convert jQuery query builder format to MongoDb?

@ukrbublik Did you get a chance to add an import from MongoDB? thx.

@ukrbublik
Copy link
Owner

Not yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants