Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Typeahead highlight for custom filters #6274

@vitaly-t

Description

@vitaly-t

This is a feature request for Typeahead control...

To be able to customize the highlight logic to match a custom filter.

At the moment the control highlights matches only using the default match filter: filter:$viewValue.

We use two custom filters, a custom OR filter and a custom AND filter where we take $viewValue, do .split(' ') on it and then try to match individual words against the list using OR or AND logic accordingly.

It would be great if we could somehow match the highlight logic to be able to see where in a long text item we have the matching words.

Metadata

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