Excelastic v1.2.3
New release that addresses the following issues
- #41 missing rows in imported data
- #42 fix for menu links not working after upload completes/fails.
- #43 progress bar in the web interface shows actual progress
Changes
Changed size check on rows to include empty cells. Previously the empty cells were not accounted for, and the data misaligned with the template data types. Also added a check to not include null or empty string values when indexing in ElasticSearch. This caused an issue previously where a date typed field was empty, as "" could not be parsed by ElasticSearch as a valid date the whole row was discarded.
Added a websocket connection to update the progress in the web interface.
Updated links to ignore the current path, changed from href="." to #.
Thanks for submitting issue #41 with very useful test data. Please submit any issues if found in the release.