vaadin / vaadin/framework

Simplify in-memory filtering in ComboBox based on option objects

Open
#8,284 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
1.8k
Forks
717
Avg merge
2d 6h
Merged PRs (30d)
3

Description

In Vaadin 8 beta 1 filtering happens against the string caption only. In many case it would be handy to get reference to the actual option, to create domain specific filtering possibilities, like "specialproperty:foo age:>3 mystringfilter".

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating ComboBox's in-memory filtering path and reading how option captions are currently used during filtering. Define how the actual option object would be exposed for domain-specific expressions such as "specialproperty:foo age:>3 mystringfilter". Done means the proposed filtering behavior and API are implemented and covered for both existing caption filtering and option-based filtering.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.