Replies: 1 comment 1 reply
-
Looks like the description field has a limit of 1000 characters. Notes should be the SQLite limit (if I'm reading the code and understanding how it all works correctly), which from my understanding is nearly 1GB in length. My honest recommendation in this case would be to not use the description and instead only use the Notes field if you intend to use it in this way. However, it should be noted, that the software wasn't really designed for this, and frankly the database performance (especially if those fields can be queried for something like search) will start degrading significantly if this is done a lot. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have started to use HomeBox and it would be very nice if it could support storage boxes better. At the moment the 'Description' field is quite limited to listing all the contents of a larger box (these are small items that I don't want to create individually - is seems like overkill to me...). I usually get an error when trying to save a longer list, probably because of the DB constraints... Now I'm using the 'Notes' as an extension to the 'Description', like 'CONTINUES...' and ...CONTINUES:. It's working but not ideal...
So I'm suggesting to:
Beta Was this translation helpful? Give feedback.
All reactions