Siddharth Kothari

Results 60 issues of Siddharth Kothari

Note: Any feature request that do not follow below template will be closed without consideration. You may remove this line while filing a feature request. **Is your feature request related...

enhancement

When displaying values for an array of objects, they're displayed incorrectly. **Example:** In the below example, the `experience` field contains an array of objects, values for which can't be accurately...

bug

**Describe the bug** Dejavu uses `_doc` as the type replacement for v7. However, the _search endpoint `/:index/:type/_search` has been removed starting v7 - which is used by Dejavu for exporting,...

bug

* There can a UI toggle in the column to convert a text field to accept array values. * While editing an array field, the UI can look like this:...

enhancement

Similar to the image support where we display inline images when the URL resolves to an image, we should support a URL data type in Dejavu. ![screen shot 2019-02-12 at...

Support column width resizing to better view data. - Long ids are hard to view as the current UI truncates values longer than 20 characters, see https://github.com/appbaseio/dejaVu/issues/11. - Columns with...

enhancement
help wanted

When selecting a numeric field, the option for `term` and `terms` query should show as they are applicable. However, we currently don't show them.

bug

There is a missing query type when a user loads a saved query. [Example URL](https://opensource.appbase.io/mirage/#?input_state=XQAAAAKwBAAAAAAAAAA9iIhnNAWbsswtYjeQNZkpzQK4_mOzUeDpWmKy6bA5agSYe1JiQgfkiNA7gw2HgoIIiFTTsA9ZyZY5VhBROEhMYAp9wXmbYO9ipNHXRV-VJgm6LuM5E2bVn4BJNpAxaYUWLLKKe3yh7cC96SxlNSC5VxlND1nRcJtpqGMwECOdRceO0xWgoXoyDliq_NpQ5H5RQaKgR1jfzT6Rt2HW2FlGRoS8Y0qz_2fvgqciRE812XeKB23dnSg9YesZ2pfah8TUGmlj_3XgJGAWOgmAekp3gIxqe-ABYWiRAz-DgiPTc05bNCmiOQoiqkdns1U_qycNDbza3M1jVaZwomDM6rMLtlwgGtkBCJFnsU2LjOYoqfc4ZPjdSY0xDEniWUU3U9fqK0vrjgqA9B_hd02hqkyapDpEadu2G65nRjKysBtt9G0GzM_VRkGGinLz52-6211XExEcKDN7jHoltvDqINg4hK1YK4RS1SD-8_pA4dr3gmAsNBm0V2GuNIMpnl18zEBu6MpEA7_cQxjTrLAhlUHrJmVsK96Zl1FosG1DKgN-yTk6XdJA1zpNBmrv3w1oJTCwkBHQkbez7iIlLT29n_DzQ9gieJiQJbJzFKs9VQ024bN6Hk99kmp14_QVeT3xs1-McFIVHFnnLTL8nmx1h__X3w2_)

bug
help wanted
hacktoberfest

geo_points can be specified in the following format: ``` geo_point: "lat, lon" (1) geo_point: [lon, lat] (2) geo_point: { (3) lat: lat, lon: lon } ``` These values can be...

enhancement

For the [official date formats](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html#built-in-date-formats) in the input values, gem should detect the date datatype.

enhancement