searchcode-server
searchcode-server copied to clipboard
Matched code was not highlighted when literal search
Version: 1.3.14 searchcode server community edition
Due to the matching engine that pulls out lines. It does not deal with ? Because its attempting to do full match in that case. It does work with * however.
Probably one to look at. Need to keep performance in mind because that logic is by far the hottest path of the application.