microsoft / microsoft/PowerBI-visuals-TextFilter
Enhance search functionality using Advanced Filter API etc
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Since this visual was built, new Filter features have become available e.g. Advanced Filter API:
https://docs.microsoft.com/en-us/power-bi/developer/visuals/filter-api#the-advanced-filter-api
This visual could be greatly improved by implementing those, e.g.
- implement "and" functionality by default e.g. if the user enters "word1 and word2". It currently matches that as one string
- implement "or" functionality, e.g. if the user enters "word1 or word2"
- implement the various "Condition Operators" eg DoesNotContain - probably best as a format property
Contributor guide
No contributing guide indexed for this repository
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 reading the linked Power BI Advanced Filter API documentation and reviewing the visual's current text-matching behavior. Define how default “and” and explicit “or” queries should work, then cover the listed condition operators such as DoesNotContain through a format property. Done means the requested filtering behaviors are implemented and verifiable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100