* Fix rendering of default and example values
* bump the version
* reduce nix-instantiate calls
* Allow literalExample in default values, handle null correctly
* using py38 for now
* literalExample is not always string
* in case literalExample is not string process it as we would normally
* Remove 19.09 branch
* also remove 19.09 channel from github actions
* improve testing of empty lists and dicts
Co-authored-by: Rok Garbas <rok@garbas.si>
- still muse multi_match but now with cross_fields type
- add edge n-gram index field since cross_fields works only with match
and this way we can have prefix support
- suffix support is still supported as before by reversing the words in
data and query
- for query we now create variations of all multi_match queries. from 2
words you get 4 queries, from 3 works you get 8 queries and so on.