Results 2 issues of tuziben

should add rest labels here https://github.com/quickwit-oss/helm-charts/blob/main/charts/quickwit/templates/configmap.yaml#L13 ``` {{- with .Values.config.rest }} rest: {{- toYaml . | nindent 6 }} {{- end }} ```

**Describe the bug** we get different 404 search results using SDK and HTTP requests when searching an not existed index. QW version: v0.8.1 Go SDK: go-elastic v7.17.1 Python SDK: elasticsearch...

bug