Version 2.2.1
Version 2.2.1 is a bug fix release. Here are a listed of issues that have been resolved:
- Fix dashboard syncing delayed start issues.
- If plugins endpoint errors, try root endpoint to get the ES version.
- Make sure
orderby
is correct for default WooCommerce sorting. Props ivankristianto. - Remove taxonomy
operator => AND
unneeded execution code. - Stop dashboard sync if an error occurs in the middle. Props ivankristianto.
- Add
EP_INDEX_PREFIX
constant. If set, index names will be prefixed with the constant. Props allan23. - Increase total field limit to 5000 and add filter. Props ssorathia.
- Prevent EP from auto-activating a feature that was force deactivated.
- Prevent massive field Elasticsearch error when indexing large strings.
- Increase max result window size to 1000000 and add filter.