Skip to content

Receiver filter matching incorrectly #933

Open
@grobie

Description

The receiver dropdown/type ahead filter uses an algorithm to determine the weight of every receiver and bases the order of the results on that. It additionally caps the result set at 10 items. The mix in of filter properties made it harder for me to form a mental model of the behavior. I'd suggest to use a more straight forward approach, use a filter and always keep the alphabetical order. Like the file search in Github or most editors.

Example:

Type: prodeng
Expected: /p.*r.*o.*d.*e.*n.*g/
Unexpected:

  • backend-engineering-productivity which includes all characters from prodeng, but in the wrong order
  • osc-reporting doesn't even include all characters.

@stuartnelson3

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions