[xref-helper] Improve finite search
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Start by locating the xref-helper implementation for finite search and review how it currently builds query strings. Compare its behavior with the five listed familyTrees endpoints and the decoded $filter example; done means the tool can use those dynamically returned filters to scope searches.
Written by the indexing model from the issue text.
Description
Expose the ability to add an API call to:
- https://learn.microsoft.com/_api/familyTrees/byPlatform/dotnet
- https://learn.microsoft.com/_api/familyTrees/byPlatform/java
- https://learn.microsoft.com/_api/familyTrees/byPlatform/javascript
- https://learn.microsoft.com/_api/familyTrees/byPlatform/python
- https://learn.microsoft.com/_api/familyTrees/byPlatform/powershell
These results dynamically return the filters used to scope searches more intelligently with this type of query string syntax:
Where the query string section for the filtering is decoded as:
$filter=monikers/any(t: t eq 'dotnet-aspire-9.1')
- Dominant language
- C#
- Stars
- 27
- Forks
- 43
- Avg merge
- 12h 33m
- Merged PRs (30d)
- 26
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.
More from dotnet/docs-tools
-
dotnet/docs-tools#748 · 1 assignee ·
-
:pushpin: seQUESTered
dotnet/docs-tools#743 · 1 assignee ·
-
:pushpin: seQUESTered
dotnet/docs-tools#611 · 4 comments · 1 assignee ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
dotnet/docs-tools#572 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
dotnet/docs-tools#570 ·
All issues in dotnet/docs-tools
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·