Фильтры
search_phase_execution_exception
Caused by:
illegal_argument_exception: Result window is too large, from + size must be less than or equal to: [10000] but was [7340400]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.
Root causes:
illegal_argument_exception: Result window is too large, from + size must be less than or equal to: [10000] but was [7340400]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.: {"response":{"data":null,"errors":[{"message":"search_phase_execution_exception\n\tCaused by:\n\t\tillegal_argument_exception: Result window is too large, from + size must be less than or equal to: [10000] but was [7340400]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.\n\tRoot causes:\n\t\tillegal_argument_exception: Result window is too large, from + size must be less than or equal to: [10000] but was [7340400]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.","locations":[{"line":12,"column":13}],"path":["search"]}],"status":200,"headers":{},"body":"{\"errors\":[{\"message\":\"search_phase_execution_exception\\n\\tCaused by:\\n\\t\\tillegal_argument_exception: Result window is too large, from + size must be less than or equal to: [10000] but was [7340400]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.\\n\\tRoot causes:\\n\\t\\tillegal_argument_exception: Result window is too large, from + size must be less than or equal to: [10000] but was [7340400]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.\",\"locations\":[{\"line\":12,\"column\":13}],\"path\":[\"search\"]}],\"data\":null}\n"},"request":{"query":"\n query SearchProducts(\n $take: Int!\n $skip: Int!\n $term: String\n $collectionSlug: String\n $collectionSlugs: [String!]\n $sort: SearchResultSortParameter\n $wpBrand: String\n $wpEccn: String\n ) {\n search(\n input: {\n take: $take\n skip: $skip\n term: $term\n groupByProduct: true\n collectionSlug: $collectionSlug\n collectionSlugs: $collectionSlugs\n sort: $sort\n wpBrand: $wpBrand\n wpEccn: $wpEccn\n }\n ) {\n totalItems\n items {\n productId\n productName\n slug\n sku\n currencyCode\n priceWithTax {\n ... on PriceRange {\n min\n max\n }\n ... on SinglePrice {\n value\n }\n }\n productAsset {\n id\n preview\n }\n }\n }\n }\n ","variables":{"take":24,"skip":7340376,"term":null,"collectionSlug":null,"collectionSlugs":null,"sort":null,"wpBrand":null,"wpEccn":null}}}