For the lists of available taxonomy terms, what would cause a term not to show in the list box? I have several posts assigned to these terms, but they won’t show in the list boxes. What can I check to see if there’s a disconnect? Thanks for any help you can give.
When I changed the length parameter from 50 to 100, the missing terms showed up.
So here’s my question: is there a particular reason why this was limited to 50? Since this was a problem for us, is there any way for this to be addressed in a patch?
I’m glad you found it. There is a reason why that’s code there. Some customers had tousands of terms per taxonomy and the HTML output got so big, that their browser crashed on the back-end.
This most likely will be increased a bit, as 50 seems a bit low. Yet I have to set a limit to avoid browser crashes.