Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
SEIC Informatica

Filter by Toolset Relationship

Filtering using a related column only displays a maximum of 100 records.
Toolset has added the limit option in the toolset_get_related_posts function, with a default value of 100.
Adding the limit=-1 option causes the filter to display all results.

$posts = toolset_get_related_posts(
  $value->get_value(),
  $this->relationship,
  [
    'query_by_role' => $this->role,
    'limit' => -1,
    'role_to_return' => $this->return_role
  ]
);
1 year, 10 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for bringing this to our attention.
It is patched for the next version of the Types plugin.

1 year, 10 months ago
SEIC Informatica

Hi
Do you know when the new version of Types plugin that solves this error will be published?
Thanks.

1 year, 8 months ago

You must be logged in to reply to this topic.