Method: POST
                                            
                                    
                                    
                                            
                                                Host: 
                                                http://127.0.0.1:9200                                            
                                    
                                    
                                            
                                                Path: /teamsante_at_live/article/_search
                                            
                                    
                                    
                                            
                                                Http parameters: 
                                                empty
                                    
                                    
                                            
                                                Took: 1.504 ms
                                            
                                    
                                                                            
                                        
                                            Body: {
    "query": {
        "bool": {
            "must_not": [
                {
                    "
                                        
                                             
                                             
                                         
                                        
                                            {
    "query": {
        "bool": {
            "must_not": [
                {
                    "term": {
                        "uuid": "a69801d7-d837-44fa-bcb1-e46a081dd8c5"
                    }
                }
            ],
            "must": [
                {
                    "term": {
                        "locale": "de"
                    }
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "structure_type": "event"
                                }
                            }
                        ]
                    }
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "excerpt.categories.id": 11
                                }
                            }
                        ]
                    }
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "main_webspace": "karriere"
                                }
                            },
                            {
                                "term": {
                                    "additional_webspaces": "karriere"
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "sort": [
        {
            "authored": {
                "order": "desc"
            }
        }
    ],
    "from": 0,
    "size": 9
}