trying to extend existing empty JSON object. After first 2 simple extends I will get {size: 10, from: 0}. But when trying $.extend function with multiple level JSON I have no success. But getting “Uncaught SyntaxError: missing ) after argument list” error. I believe overlooked something simple but I am not able to find it. Answer Thanks to @Barmar I
Tag: elasticsearch
How to add new aggregation to xAxis by using highcharts?
I just started to use highcharts-vue. I can basically create most of the charts, but I want to add new aggregation on my column chart’s xAxis like ElasticSearch. Here is the screenshot my chart: And ElasticSearch chart: As you can see I have one data for my xAxis which is categories, but I want to add new aggregation. I showed
Elastic API doesn’t show all documents
i have elastic that i want to fetch the data from elastic with query, i have about 210 documents in the index, but when i tried to search with query match_all, the api only showing 7 documents and not all documents, is it possible to api showing all documents instead only show some documents. The query : The elastic API