When doing a search it might happen that extensions are included that have no active version.
This can happen if all published versions of an extension are deactivated. If that happens, the search ends in an exception as the code usually assumes that there is a latest version available.
We need to make sure that either:
- only extensions are returned by the search for which there are active versions
- properly filter out such extensions w/o active versions
When doing a search it might happen that extensions are included that have no active version.
This can happen if all published versions of an extension are deactivated. If that happens, the search ends in an exception as the code usually assumes that there is a latest version available.
We need to make sure that either: