Is there a limit on how many it will fetch?
Closed this issue · 1 comments
subratom commented
I have a lot of taxonomy items and only half of them show up. Is there a reason why that would happen?
angrybrad commented
For now you'd probably need to add a $criteria->limit = null
right around here: `https://github.com/pixelandtonic/CategorySources/blob/master/categorysources/CategorySourcesPlugin.php#L141
Don't want to add that to the source, though as it should probably be a plugin settings.