Simplify in-memory filtering in ComboBox based on option objects
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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