searchcode-server icon indicating copy to clipboard operation
searchcode-server copied to clipboard

The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://gi...

Results 66 searchcode-server issues
Sort by recently updated
recently updated
newest added

Currently, searchcode does not seem to take shebang lines into account then identifying the language. I.e. a file starting with `#! /usr/bin/env python3` should be identified as Python even if...

enhancement

The link `Repositories` that is present in the demo page and pointing to http://demo.searchcodeserver.com/repository/list/ is missing in my instance of searchcode community launched in a docker image. And when I...

This would mean making it possible to control the number of lines before and after a match. Similar to how grep works with the `-B5 -A5` options. Need to pay...

Sometimes on a search it is there, then hides when you page through or do a new search.

bug

would be great to be able to have repository handlers exposed, for now you have git + svn + file, but in some cases I use tfs or clearcase or...

enhancement

It would be very useful to be able to filter by licence on the code. This is a complex one to implement though. Perhaps just having a simple bit of...

enhancement

Sometimes, I want to sort "File Count" field with desc, asc. ![_002](https://user-images.githubusercontent.com/192655/38403228-eefd8a78-399c-11e8-8952-5cba75663231.png)

When I search with "some" keyword, so many results are returned and almost all of them are ".../doc/..." directories. I've found "Path Filter" in UI, but It's disabled and can't...

enhancement

As already mentioned in https://github.com/boyter/searchcode-server/issues/122, currently the only way to address multiple branch indexing in the same repository is making the branch an explicit part of the repository name. Adding...

enhancement

Would be nice to be able to influence how sorting occurs.