Method: POST
                                            
                                    
                                    
                                            
                                                Host: 
                                                http://127.0.0.1:9200                                            
                                    
                                    
                                            
                                                Path: /teamsante_at_live/article/_search
                                            
                                    
                                    
                                            
                                                Http parameters: 
                                                empty
                                    
                                    
                                            
                                                Took: 2.378 ms
                                            
                                    
                                                                            
                                        
                                            Body: {
    "query": {
        "bool": {
            "must_not": [
                {
                    "
                                        
                                             
                                             
                                         
                                        
                                            {
    "query": {
        "bool": {
            "must_not": [
                {
                    "term": {
                        "uuid": "bf6264fc-4746-4903-b634-60c9658dbf6e"
                    }
                }
            ],
            "must": [
                {
                    "term": {
                        "locale": "de"
                    }
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "structure_type": "article"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "default"
                                }
                            }
                        ]
                    }
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "excerpt.categories.id": 2
                                }
                            },
                            {
                                "term": {
                                    "excerpt.categories.id": 7
                                }
                            },
                            {
                                "term": {
                                    "excerpt.categories.id": 8
                                }
                            },
                            {
                                "term": {
                                    "excerpt.categories.id": 9
                                }
                            }
                        ]
                    }
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "main_webspace": "teamsante"
                                }
                            },
                            {
                                "term": {
                                    "additional_webspaces": "teamsante"
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "sort": [
        {
            "published": {
                "order": "desc"
            }
        }
    ],
    "from": 0,
    "size": 9
}