[04:54:42] | <FarmerEd[m]> | I've a weird issue, an animal type taxonomy term is not available in the list via the API... (full message at <https://matrix.org/oftc/media/v1/media/download/ARSa6iSIc7wGPAIrQJ1HTtsD...) |
[05:07:00] | <mstenta[m]> | Farmer Ed: Oh this is a known issue in Drupal core. We discovered it with logs, but makes sense that it affects terms too. Can't remember if we documented it anywhere... |
[05:07:35] | <mstenta[m]> | Basically Drupal JSON API doesn't give paginated items in a consistent order. |
[05:07:50] | <mstenta[m]> | So you should always use a sort when there are multiple pages. |
[05:08:02] | <mstenta[m]> | Sort by name should work for terms. |
[06:20:21] | <FarmerEd[m]> | Ah, I think I recall that discussion... |
[06:20:21] | <FarmerEd[m]> | but that has me **sorted** now, thanks |
[09:00:42] | <mstenta[m]> | symbioquine: FYI https://www.drupal.org/project/farm/issues/3494784 |