In the hit list of hhr outputs the length of the hit name should be at least 32 bytes according to the max length of keys in ffindex databases.
I've stored keys up to 31 chars and get truncated.
line 26 of ffindex.h:
#define FFINDEX_MAX_ENTRY_NAME_LENTH 32
Current Behavior
In the hitlist of every hhr file output the keys are truncated to 30 bytes.
Steps to Reproduce (for bugs)
Every hhr file shows that.
HH-suite Output (for bugs)
Context
Every hhr file, according to line 67 in hhhitlist.cpp:
:exclamation: Make to check out our User Guide.
Expected Behavior
In the hit list of hhr outputs the length of the hit name should be at least 32 bytes according to the max length of keys in ffindex databases. I've stored keys up to 31 chars and get truncated.
line 26 of ffindex.h:
Current Behavior
In the hitlist of every hhr file output the keys are truncated to 30 bytes.
Steps to Reproduce (for bugs)
Every hhr file shows that.
HH-suite Output (for bugs)
Context
Every hhr file, according to line 67 in hhhitlist.cpp:
Your Environment
All environments are affected