timgws / QueryBuilderParser

A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
MIT License
159 stars 65 forks source link

mongoDB aggregation #51

Closed GlauberF closed 3 years ago

GlauberF commented 3 years ago

hello, I would like to know if it is possible to join (aggregate) for mongoDB? Because the library is very nice, but to use it on a day-to-day basis, I need to be able to do aggregation for mongoDB.

Or if it is not possible to join (aggregate) for mongoDB with the library, if you have any alternative to be able to do it.

timgws commented 3 years ago

Can you please explain what data and how you want to build your aggregation?

As mentioned in the documentation, this query builder will just use jenssegers/mongodb, and aggregations are supported. Have you tried using the JoinSupportingQueryBuilderParser?

GlauberF commented 3 years ago

Solved, sory.