Skip to content

Delimiter based filtering enhancement #897

Open
@naspinski

Description

@naspinski

ENHANCEMENT REQUEST

Filtering is incredibly useful, but I was curious if it could be extended a bit. I was thinking a delimiter based filtering system that could be initialized like this:
enableDelimiterBasedFiltering: [',',' ', ';']

And now something such as searching for cat ball or ball,cat would then return the following filtered results:

  • the cat ran after the ball
  • the ball was thrown to the cat

As it would iterate through each string looking for a contains. I am not sure how this may affect performance though on larger sets - thoughts?

Great plugin by the way!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions