@@ -789,10 +789,10 @@  | 
                                                    ||
| 789 | 789 |      { | 
                                                        
| 790 | 790 | $queryParameterString = null;  | 
                                                        
| 791 | 791 | foreach ([ODataConstants::HTTPQUERY_STRING_FILTER,  | 
                                                        
| 792 | - ODataConstants::HTTPQUERY_STRING_EXPAND,  | 
                                                        |
| 793 | - ODataConstants::HTTPQUERY_STRING_ORDERBY,  | 
                                                        |
| 794 | - ODataConstants::HTTPQUERY_STRING_INLINECOUNT,  | 
                                                        |
| 795 | -                     ODataConstants::HTTPQUERY_STRING_SELECT, ] as $queryOption) { | 
                                                        |
| 792 | + ODataConstants::HTTPQUERY_STRING_EXPAND,  | 
                                                        |
| 793 | + ODataConstants::HTTPQUERY_STRING_ORDERBY,  | 
                                                        |
| 794 | + ODataConstants::HTTPQUERY_STRING_INLINECOUNT,  | 
                                                        |
| 795 | +                        ODataConstants::HTTPQUERY_STRING_SELECT, ] as $queryOption) { | 
                                                        |
| 796 | 796 | $value = $this->getService()->getHost()->getQueryStringItem($queryOption);  | 
                                                        
| 797 | 797 |              if (null !== $value) { | 
                                                        
| 798 | 798 |                  if (null !== $queryParameterString) { |