Fixes foreign schemas, global queries searching for strings and default operator.
Changed
- BREAKING: Foreign schemas no longer accept selectors
- BREAKING: Global string fields indexed as
text
datatype - QueryDSL using
_and
or_or
also enable booleans
Fixed
- Fix foreign schemas URIs
- Fixes issue #19
- Fixes issue #20