All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mongo.filter.mustache Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
{
{{#predicates}}
    {{#and}}
        {{#predicates}}
            {{#.}}
                '{{key}}':{
                {{op}}:{{value}}
                }
            {{/.}}
            {{^-last}}, {{/-last}}
            {{#-last}}
                {{#children}}
                    {{#-first}}, {{/-first}}
                    {{>subtmpl}}
                    {{^-last}}, {{/-last}}
                {{/children}}
            {{/-last}}
        {{/predicates}}
        {{^predicates}}
            {{#children}}
                {{>subtmpl}}
                {{^-last}}, {{/-last}}
            {{/children}}
        {{/predicates}}
        {{#or}},{{/or}}
    {{/and}}
    {{#or}}
        $or:[
        {{#predicates}}
            {{#.}}
                '{{key}}':{
                {{op}}:{{value}}
                }
            {{/.}}
            {{^-last}}, {{/-last}}
            {{#-last}}
                {{#children}}
                    {{#-first}}, {{/-first}}
                    {{>subtmpl}}
                    {{^-last}}, {{/-last}}
                {{/children}}
            {{/-last}}
        {{/predicates}}
        {{^predicates}}
            {{#children}}
                {{>subtmpl}}
                {{^-last}}, {{/-last}}
            {{/children}}
        {{/predicates}}
        ]
    {{/or}}
{{/predicates}}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy