Skip to main content
0 votes
1 answer
129 views

The Azure Code Search API defines the request body param filter as such : filters object Filters to be applied. Set it to null if there are no filters to be applied. and provides a single example ...
jlengrand's user avatar
  • 12.9k
1 vote
1 answer
247 views

I am currently facing issues with the GitHub Search API where the number of search results significantly differs from what I see on the GitHub web app. I would like to understand these discrepancies ...
moizhmed's user avatar
0 votes
1 answer
373 views

Microsoft has some documentation here: Code Search Results - Fetch Code Search Results However, for the "filters" in the "Request Body" section, the only thing mentioned is: "...
duckman's user avatar
0 votes
0 answers
47 views

I am writing an algorithm that scans over a code base and uses the "text-embedding-ada-002" model from open ai, to turn each code line into a vector. Then I also use the same model to embed ...
hman's user avatar
  • 49
1 vote
1 answer
2k views

In VS Code I can find all occurrences of a search term in all project files via the main Search ("Find in Files" -- Ctrl+Shift+F). This is a nice list of occurrences grouped by filename. ...
halloleo's user avatar
  • 10.8k
1 vote
1 answer
525 views

I'm trying to understand the difference between the two resources: Android Code Search - https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:;bpv=0 and Git repositories on ...
user1678312's user avatar
  • 1,329
0 votes
1 answer
42 views

I see this documentation under developer.android.com, describing the Activity lifecycle. However, I am trying to match the description up with the actual android code, at cs.android.com, where the ...
mherzl's user avatar
  • 6,320
0 votes
1 answer
259 views

I've got quite a lot of code in which sometimes if-statements have been written, without a matching else-statement. In some places, this is an issue, because when something fails, the failure is not ...
John Stoneman's user avatar
2 votes
0 answers
201 views

We have about 20000 git repositories and the number is increasing. Sometimes we want to find out which repositories have contained a keyword on any of its branches/tags. git grep works for one or ...
ElpieKay's user avatar
  • 31.7k
2 votes
2 answers
70 views

I have around 4k PHP files. There are more than 6k preg_* functions used in the code. I need to find all patterns used in the code and extract them. My aim is to group such patterns and replace them ...
Shaunak Sontakke's user avatar
1 vote
0 answers
37 views

I am trying to search TFS 2018 using code search feature for some text (.NET version in this case) in all config files for a given project or path but it only works without path: or proj: scope ...
Dean's user avatar
  • 12.2k
1 vote
2 answers
751 views

We have TFS 2017.3 with separate Code Search server. We have huge TFS DB (about 1.6TB), in the code search server we have 700GB dis space. After few weeks the disk space running out and the code ...
Shayki Abramczyk's user avatar
0 votes
2 answers
2k views

we are using TFS on-premise. TFS version: Microsoft Visual Studio Team Foundation Server Version 16.122.27409.2 (2018). We need to perform TFS source control (Code Search) According to MS API ...
PrimeNum's user avatar
2 votes
2 answers
1k views

We have a GIT Repository on our TFS 2017 OnPremise Installation (Version 15.117.26714.0) with CodeSearch installed. As per default, CodeSearch is only indexing and searching in the default Branch of ...
phifi's user avatar
  • 3,078
1 vote
1 answer
440 views

When I was trying to search through some the most latest checked in changes, I couldn't find them in the result set. The code search gives 22 founds only. While, I get a full set 38 founds using ...
Darkato's user avatar
  • 670

15 30 50 per page