Releases: ppadovani/KibanaNestedSupportPlugin
Releases · ppadovani/KibanaNestedSupportPlugin
Kibana 6.2.1 nested support 1.0.13
Kibana 6.1.3 nested field support 1.0.9
Kibana 6.1.2 nested support 1.0.9
This ports forward all of the nested support and features that exist in the 6.0 release.
This fixes the installation issue that was not present when running in dev mode. Additionally this removes the jison-gho dependency by precompiling the lexer and checking in the resultant javascript. The pure lexer grammar was the cause of the optimization failure.
#36 Fix url resolution of a registered api path.
#33 Fix optimization issues when running x-pack
Kibana 6.1.1 nested field support 1.0.7
Kibana 6.0.1 nested fields support 1.1.7
This version of the plugin includes enhancements to the query parser, and discover application. The README has been updated with the details.
Fix: #43 Add match_phrase query support
Summary:
- multi-match query support
- typeahead support for document field names
- support elasticsearch 'exists' and remove 'missing' and 'filtered' from the parser.