This repository has been archived by the owner on May 31, 2020. It is now read-only.
RESULT_Limits should be capped at length of full text derivative #58
Labels
bug
Something isn't working
Right now, the default value of
RESULT_LIMITS
in the full text notebook is 2500.If you try to use a full-text file with fewer than 2500 records (i.e. less than 2500 lines), it will fail with an opaque error:
It should be the lesser of
RESULT_LIMITS
or the length of the full text file.The text was updated successfully, but these errors were encountered: