Skip to content

recommend(...) returns N + len(filter_items) results when filter_items is used #736

Description

@lyanv

When calling ItemItemRecommender.recommend with filter_items specified, the method returns more than the requested number of recommendations. Specifically, it returns N + len(filter_items) items instead of exactly N.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions