microsoft / microsoft/Power-Fx
[Intellisense] First(Filter([{a:1, abv:20}], bv
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
First(Filter([{a:1, abv:20}], bv suggests Color.BlueViolet but is not proposing abv column
For First(Filter([{a:1, abv:20}],, we have 3 proposals: a, abv and ThisRecord
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 reproducing the two Power Fx expressions from the issue and inspect the IntelliSense proposal behavior for the Filter record fields. The fix is complete when abv is proposed for the partial bv input without incorrectly suggesting Color.BlueViolet, while a, abv, and ThisRecord remain available after the comma.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100