microsoft / microsoft/Power-Fx

[Intellisense] First(Filter([{a:1, abv:20}], bv

Open
#2,114 0 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.